diff options
Diffstat (limited to 'net/ax25/ax25_uid.c')
| -rw-r--r-- | net/ax25/ax25_uid.c | 1 | 
1 files changed, 0 insertions, 1 deletions
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,  |