|
@@ -61,7 +61,7 @@ attribute_container_classdev_to_container(struct class_device *classdev)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(attribute_container_classdev_to_container);
|
|
|
|
|
|
-static struct list_head attribute_container_list;
|
|
|
+static LIST_HEAD(attribute_container_list);
|
|
|
|
|
|
static DEFINE_MUTEX(attribute_container_mutex);
|
|
|
|
|
@@ -429,10 +429,3 @@ attribute_container_find_class_device(struct attribute_container *cont,
|
|
|
return cdev;
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(attribute_container_find_class_device);
|
|
|
-
|
|
|
-int __init
|
|
|
-attribute_container_init(void)
|
|
|
-{
|
|
|
- INIT_LIST_HEAD(&attribute_container_list);
|
|
|
- return 0;
|
|
|
-}
|