diff options
| -rw-r--r-- | drivers/parisc/eisa_eeprom.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c index 8c0b26e9b98a..cce00ed81f37 100644 --- a/drivers/parisc/eisa_eeprom.c +++ b/drivers/parisc/eisa_eeprom.c | |||
| @@ -75,17 +75,8 @@ static ssize_t eisa_eeprom_read(struct file * file, | |||
| 75 | return ret; | 75 | return ret; |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | static int eisa_eeprom_ioctl(struct inode *inode, struct file *file, | ||
| 79 | unsigned int cmd, | ||
| 80 | unsigned long arg) | ||
| 81 | { | ||
| 82 | return -ENOTTY; | ||
| 83 | } | ||
| 84 | |||
| 85 | static int eisa_eeprom_open(struct inode *inode, struct file *file) | 78 | static int eisa_eeprom_open(struct inode *inode, struct file *file) |
| 86 | { | 79 | { |
| 87 | cycle_kernel_lock(); | ||
| 88 | |||
| 89 | if (file->f_mode & FMODE_WRITE) | 80 | if (file->f_mode & FMODE_WRITE) |
| 90 | return -EINVAL; | 81 | return -EINVAL; |
| 91 | 82 | ||
| @@ -104,7 +95,6 @@ static const struct file_operations eisa_eeprom_fops = { | |||
| 104 | .owner = THIS_MODULE, | 95 | .owner = THIS_MODULE, |
| 105 | .llseek = eisa_eeprom_llseek, | 96 | .llseek = eisa_eeprom_llseek, |
| 106 | .read = eisa_eeprom_read, | 97 | .read = eisa_eeprom_read, |
| 107 | .ioctl = eisa_eeprom_ioctl, | ||
| 108 | .open = eisa_eeprom_open, | 98 | .open = eisa_eeprom_open, |
| 109 | .release = eisa_eeprom_release, | 99 | .release = eisa_eeprom_release, |
| 110 | }; | 100 | }; |
