diff options
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 683513e310de..bb881c3219fa 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -156,7 +156,6 @@ header-y += video_encoder.h | |||
156 | header-y += videotext.h | 156 | header-y += videotext.h |
157 | header-y += vt.h | 157 | header-y += vt.h |
158 | header-y += wireless.h | 158 | header-y += wireless.h |
159 | header-y += xattr.h | ||
160 | header-y += x25.h | 159 | header-y += x25.h |
161 | 160 | ||
162 | unifdef-y += acct.h | 161 | unifdef-y += acct.h |
@@ -336,6 +335,7 @@ unifdef-y += wait.h | |||
336 | unifdef-y += wanrouter.h | 335 | unifdef-y += wanrouter.h |
337 | unifdef-y += watchdog.h | 336 | unifdef-y += watchdog.h |
338 | unifdef-y += wireless.h | 337 | unifdef-y += wireless.h |
338 | unifdef-y += xattr.h | ||
339 | unifdef-y += xfrm.h | 339 | unifdef-y += xfrm.h |
340 | 340 | ||
341 | objhdr-y += version.h | 341 | objhdr-y += version.h |