diff options
| author | Len Brown <len.brown@intel.com> | 2012-04-06 21:48:59 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2012-04-06 21:48:59 -0400 |
| commit | eeaab2d8af2cf1d36d7086f22e9de42d6dd2995c (patch) | |
| tree | 369b9c91a6d808944f07d2290fec6f9fe2731904 /include/linux/attribute_container.h | |
| parent | ee01e663373343c63e0e3d364d09f6155378dbcc (diff) | |
| parent | aaef292acf3a78d9c0bb6fb72226077d286b45d7 (diff) | |
Merge branches 'idle-fix' and 'misc' into release
Diffstat (limited to 'include/linux/attribute_container.h')
| -rw-r--r-- | include/linux/attribute_container.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/attribute_container.h b/include/linux/attribute_container.h index c3ab81428c66..896c6892f327 100644 --- a/include/linux/attribute_container.h +++ b/include/linux/attribute_container.h | |||
| @@ -9,10 +9,11 @@ | |||
| 9 | #ifndef _ATTRIBUTE_CONTAINER_H_ | 9 | #ifndef _ATTRIBUTE_CONTAINER_H_ |
| 10 | #define _ATTRIBUTE_CONTAINER_H_ | 10 | #define _ATTRIBUTE_CONTAINER_H_ |
| 11 | 11 | ||
| 12 | #include <linux/device.h> | ||
| 13 | #include <linux/list.h> | 12 | #include <linux/list.h> |
| 14 | #include <linux/klist.h> | 13 | #include <linux/klist.h> |
| 15 | 14 | ||
| 15 | struct device; | ||
| 16 | |||
| 16 | struct attribute_container { | 17 | struct attribute_container { |
| 17 | struct list_head node; | 18 | struct list_head node; |
| 18 | struct klist containers; | 19 | struct klist containers; |
