From 11b2fe49cc110be18efb5f8c81170a6b9df848b5 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Tue, 16 Aug 2005 17:26:10 -0500 Subject: [PATCH] --- yaml --- r: 7701 b: refs/heads/master c: caca1779870b1bcc0fb07e48ebd2403901f356b8 h: refs/heads/master i: 7699: bf543eac3cf1b93e57d3c47e45966b42e401f21b v: v3 --- [refs] | 2 +- trunk/include/linux/attribute_container.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8794cd26071b..494037c4e24e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be042f240a8528b8f6b741a484cdbbf515698388 +refs/heads/master: caca1779870b1bcc0fb07e48ebd2403901f356b8 diff --git a/trunk/include/linux/attribute_container.h b/trunk/include/linux/attribute_container.h index f54b05b052b3..ee83fe64a102 100644 --- a/trunk/include/linux/attribute_container.h +++ b/trunk/include/linux/attribute_container.h @@ -64,6 +64,7 @@ int attribute_container_add_class_device_adapter(struct attribute_container *con struct class_device *classdev); void attribute_container_remove_attrs(struct class_device *classdev); void attribute_container_class_device_del(struct class_device *classdev); +struct attribute_container *attribute_container_classdev_to_container(struct class_device *); struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *); struct class_device_attribute **attribute_container_classdev_to_attrs(const struct class_device *classdev);