diff options
Diffstat (limited to 'net/ax25')
| -rw-r--r-- | net/ax25/af_ax25.c | 1 | ||||
| -rw-r--r-- | net/ax25/ax25_route.c | 1 | ||||
| -rw-r--r-- | net/ax25/ax25_uid.c | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 06eac1f50c5e..47fdd399626b 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -1931,7 +1931,6 @@ static int ax25_info_open(struct inode *inode, struct file *file)  }  static const struct file_operations ax25_info_fops = { -	.owner = THIS_MODULE,  	.open = ax25_info_open,  	.read = seq_read,  	.llseek = seq_lseek, diff --git a/net/ax25/ax25_route.c b/net/ax25/ax25_route.c index 0446b892618a..525558972fd9 100644 --- a/net/ax25/ax25_route.c +++ b/net/ax25/ax25_route.c @@ -336,7 +336,6 @@ static int ax25_rt_info_open(struct inode *inode, struct file *file)  }  const struct file_operations ax25_route_fops = { -	.owner = THIS_MODULE,  	.open = ax25_rt_info_open,  	.read = seq_read,  	.llseek = seq_lseek, diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index 83b035f56202..4ebe91ba317a 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c @@ -194,7 +194,6 @@ static int ax25_uid_info_open(struct inode *inode, struct file *file)  }  const struct file_operations ax25_uid_fops = { -	.owner = THIS_MODULE,  	.open = ax25_uid_info_open,  	.read = seq_read,  	.llseek = seq_lseek, |