diff options
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_sysfs.c')
-rw-r--r-- | drivers/pci/hotplug/cpqphp_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/cpqphp_sysfs.c b/drivers/pci/hotplug/cpqphp_sysfs.c index 634f74d919d3..a13abf55d784 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) | |||
202 | return 0; | 202 | return 0; |
203 | } | 203 | } |
204 | 204 | ||
205 | static struct file_operations debug_ops = { | 205 | static const struct file_operations debug_ops = { |
206 | .owner = THIS_MODULE, | 206 | .owner = THIS_MODULE, |
207 | .open = open, | 207 | .open = open, |
208 | .llseek = lseek, | 208 | .llseek = lseek, |