X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpci%2Fhotplug%2Fcpqphp_sysfs.c;h=a13abf55d7844adba846c7c99c2e23d376e05fec;hb=e1cca7e8d484390169777b423a7fe46c7021fec1;hp=634f74d919d3d1c8fbc9e0bc5dadc99d5bb5d5b5;hpb=b6aefcce747b3bc54d701d3c329416d0c9616f10;p=linux-2.6 diff --git a/drivers/pci/hotplug/cpqphp_sysfs.c b/drivers/pci/hotplug/cpqphp_sysfs.c index 634f74d919..a13abf55d7 100644 --- a/drivers/pci/hotplug/cpqphp_sysfs.c +++ b/drivers/pci/hotplug/cpqphp_sysfs.c @@ -202,7 +202,7 @@ static int release(struct inode *inode, struct file *file) return 0; } -static struct file_operations debug_ops = { +static const struct file_operations debug_ops = { .owner = THIS_MODULE, .open = open, .llseek = lseek,