X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fparisc%2Feisa_eeprom.c;h=86e9c84a965e3e4f815266734c1c030078a3d0c6;hb=a01cc6570326c01e70619bf6540fb32139947c33;hp=e13aafa70bf528d0401770c88b3bce7815f4e35f;hpb=9fdb62af92c741addbea15545f214a6e89460865;p=linux-2.6 diff --git a/drivers/parisc/eisa_eeprom.c b/drivers/parisc/eisa_eeprom.c index e13aafa70b..86e9c84a96 100644 --- a/drivers/parisc/eisa_eeprom.c +++ b/drivers/parisc/eisa_eeprom.c @@ -97,7 +97,7 @@ static int eisa_eeprom_release(struct inode *inode, struct file *file) /* * The various file operations we support. */ -static struct file_operations eisa_eeprom_fops = { +static const struct file_operations eisa_eeprom_fops = { .owner = THIS_MODULE, .llseek = eisa_eeprom_llseek, .read = eisa_eeprom_read,