X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fzorro%2Fproc.c;h=b3ce8859a586e58a6beb69b5aaa6fa4a86b7e288;hb=59b8175c771040afcd4ad67022b0cc80c216b866;hp=60b05bc1564254ab49af9c6b284d96888828e7bb;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;p=linux-2.6 diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc.c index 60b05bc156..b3ce8859a5 100644 --- a/drivers/zorro/proc.c +++ b/drivers/zorro/proc.c @@ -75,7 +75,7 @@ proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t * return nbytes; } -static struct file_operations proc_bus_zorro_operations = { +static const struct file_operations proc_bus_zorro_operations = { .llseek = proc_bus_zorro_lseek, .read = proc_bus_zorro_read, };