kobject: Constify struct kset_uevent_ops
[pandora-kernel.git] / drivers / base / bus.c
index c0c5a43..2afe599 100644 (file)
@@ -154,7 +154,7 @@ static int bus_uevent_filter(struct kset *kset, struct kobject *kobj)
        return 0;
 }
 
-static struct kset_uevent_ops bus_uevent_ops = {
+static const struct kset_uevent_ops bus_uevent_ops = {
        .filter = bus_uevent_filter,
 };