diff options
Diffstat (limited to 'drivers/pci/hotplug/fakephp.c')
| -rw-r--r-- | drivers/pci/hotplug/fakephp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/fakephp.c b/drivers/pci/hotplug/fakephp.c index 6151389fd90..0a894efd4b9 100644 --- a/drivers/pci/hotplug/fakephp.c +++ b/drivers/pci/hotplug/fakephp.c @@ -73,7 +73,7 @@ static void legacy_release(struct kobject *kobj)  }  static struct kobj_type legacy_ktype = { -	.sysfs_ops = &(struct sysfs_ops){ +	.sysfs_ops = &(const struct sysfs_ops){  		.store = legacy_store, .show = legacy_show  	},  	.release = &legacy_release,  |