|
@@ -723,7 +723,6 @@ static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value)
|
|
}
|
|
}
|
|
|
|
|
|
static const struct file_operations ffs_ep0_operations = {
|
|
static const struct file_operations ffs_ep0_operations = {
|
|
- .owner = THIS_MODULE,
|
|
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
|
|
|
|
.open = ffs_ep0_open,
|
|
.open = ffs_ep0_open,
|
|
@@ -943,7 +942,6 @@ static long ffs_epfile_ioctl(struct file *file, unsigned code,
|
|
}
|
|
}
|
|
|
|
|
|
static const struct file_operations ffs_epfile_operations = {
|
|
static const struct file_operations ffs_epfile_operations = {
|
|
- .owner = THIS_MODULE,
|
|
|
|
.llseek = no_llseek,
|
|
.llseek = no_llseek,
|
|
|
|
|
|
.open = ffs_epfile_open,
|
|
.open = ffs_epfile_open,
|