|
@@ -887,7 +887,6 @@ ep_open (struct inode *inode, struct file *fd)
|
|
|
|
|
|
/* used before endpoint configuration */
|
|
/* used before endpoint configuration */
|
|
static const struct file_operations ep_config_operations = {
|
|
static const struct file_operations ep_config_operations = {
|
|
- .owner = THIS_MODULE,
|
|
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
|
|
|
|
.open = ep_open,
|
|
.open = ep_open,
|
|
@@ -1940,7 +1939,6 @@ dev_open (struct inode *inode, struct file *fd)
|
|
}
|
|
}
|
|
|
|
|
|
static const struct file_operations dev_init_operations = {
|
|
static const struct file_operations dev_init_operations = {
|
|
- .owner = THIS_MODULE,
|
|
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
|
|
|
|
.open = dev_open,
|
|
.open = dev_open,
|