projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
drivers/md.c: Use ARRAY_SIZE macro when appropriate
[linux-2.6]
/
drivers
/
scsi
/
3w-9xxx.c
diff --git
a/drivers/scsi/3w-9xxx.c
b/drivers/scsi/3w-9xxx.c
index
b091a0f
..
eb766c3
100644
(file)
--- a/
drivers/scsi/3w-9xxx.c
+++ b/
drivers/scsi/3w-9xxx.c
@@
-197,7
+197,7
@@
static struct class_device_attribute *twa_host_attrs[] = {
};
/* File operations struct for character device */
-static struct file_operations twa_fops = {
+static
const
struct file_operations twa_fops = {
.owner = THIS_MODULE,
.ioctl = twa_chrdev_ioctl,
.open = twa_chrdev_open,