diff options
Diffstat (limited to 'net/rfkill')
| -rw-r--r-- | net/rfkill/core.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rfkill/core.c b/net/rfkill/core.c index 51875a0c5d4..04f599089e6 100644 --- a/net/rfkill/core.c +++ b/net/rfkill/core.c @@ -1241,6 +1241,7 @@ static const struct file_operations rfkill_fops = {  	.unlocked_ioctl	= rfkill_fop_ioctl,  	.compat_ioctl	= rfkill_fop_ioctl,  #endif +	.llseek		= no_llseek,  };  static struct miscdevice rfkill_miscdev = {  |