diff options
Diffstat (limited to 'drivers/telephony/phonedev.c')
| -rw-r--r-- | drivers/telephony/phonedev.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/telephony/phonedev.c b/drivers/telephony/phonedev.c index f3873f650bb..1915af20117 100644 --- a/drivers/telephony/phonedev.c +++ b/drivers/telephony/phonedev.c @@ -130,6 +130,7 @@ static const struct file_operations phone_fops =  {  	.owner		= THIS_MODULE,  	.open		= phone_open, +	.llseek		= noop_llseek,  };  /*  |