Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-block.git] / drivers / staging / ipx / ipx_proc.c
index 38a3d51d9eadc0e3f9840af2cc7145cbb3cfd428..b9232e4e2ed4b992454d1e6d7d3afeafa96a9343 100644 (file)
@@ -260,7 +260,6 @@ static int ipx_seq_socket_open(struct inode *inode, struct file *file)
 }
 
 static const struct file_operations ipx_seq_interface_fops = {
-       .owner          = THIS_MODULE,
        .open           = ipx_seq_interface_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
@@ -268,7 +267,6 @@ static const struct file_operations ipx_seq_interface_fops = {
 };
 
 static const struct file_operations ipx_seq_route_fops = {
-       .owner          = THIS_MODULE,
        .open           = ipx_seq_route_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
@@ -276,7 +274,6 @@ static const struct file_operations ipx_seq_route_fops = {
 };
 
 static const struct file_operations ipx_seq_socket_fops = {
-       .owner          = THIS_MODULE,
        .open           = ipx_seq_socket_open,
        .read           = seq_read,
        .llseek         = seq_lseek,