]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/firmware/memmap.c
Driver core: Constify struct sysfs_ops in struct kobj_type
[net-next-2.6.git] / drivers / firmware / memmap.c
index 20f645743ead18634cb928a530c3ed18ce4ff8fa..d59f7cad2269d817d21e8eebb3044a97c0b8435b 100644 (file)
@@ -74,7 +74,7 @@ static struct attribute *def_attrs[] = {
        NULL
 };
 
-static struct sysfs_ops memmap_attr_ops = {
+static const struct sysfs_ops memmap_attr_ops = {
        .show = memmap_attr_show,
 };