diff options
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r-- | include/linux/sysfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index a864b8d918ee..b5a9d9b26bd4 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h | |||
@@ -108,8 +108,6 @@ static const struct attribute_group _name##_group = { \ | |||
108 | }; \ | 108 | }; \ |
109 | __ATTRIBUTE_GROUPS(_name) | 109 | __ATTRIBUTE_GROUPS(_name) |
110 | 110 | ||
111 | #define attr_name(_attr) (_attr).attr.name | ||
112 | |||
113 | struct file; | 111 | struct file; |
114 | struct vm_area_struct; | 112 | struct vm_area_struct; |
115 | 113 | ||