tree 69ec4dfa0927096cca15167c04150637fad66de6
parent be042f240a8528b8f6b741a484cdbbf515698388
author James Bottomley <[EMAIL PROTECTED]> Wed, 17 Aug 2005 03:26:10 -0500
committer James Bottomley <[EMAIL PROTECTED](none)> Sun, 28 Aug 2005 21:14:09 
-0500

[SCSI] add missing attribute container function prototype

attribute_container_classdev_to_container is an exported function of the
attribute_container.c file.  However, there's no prototype for it.  Now
I actually want to use it, so add one.

Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

 include/linux/attribute_container.h |    1 +
 1 files changed, 1 insertion(+)

diff --git a/include/linux/attribute_container.h 
b/include/linux/attribute_container.h
--- a/include/linux/attribute_container.h
+++ b/include/linux/attribute_container.h
@@ -64,6 +64,7 @@ int attribute_container_add_class_device
                                                 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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to