[PARISC] Add __user annotation to eisa_eeprom.c

Annotate eisa_eeprom_read() with __user.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

authored by

Alexey Dobriyan and committed by
Kyle McMartin
45dbe914 04d35d73

+1 -1
+1 -1
drivers/parisc/eisa_eeprom.c
··· 48 48 } 49 49 50 50 static ssize_t eisa_eeprom_read(struct file * file, 51 - char *buf, size_t count, loff_t *ppos ) 51 + char __user *buf, size_t count, loff_t *ppos ) 52 52 { 53 53 unsigned char *tmp; 54 54 ssize_t ret;