Commit db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd
Committed by
Al Viro
1 parent
774e33e70b
Exists in
master
and in
7 other branches
romfs: cleanup romfs_fs.h
There's no kernel-only content in it anymore, so move it to header-y and remove the superflous #ifdef __KERNEL__. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Showing 2 changed files with 1 additions and 6 deletions Side-by-side Diff
include/linux/Kbuild
... | ... | @@ -138,6 +138,7 @@ |
138 | 138 | header-y += radeonfb.h |
139 | 139 | header-y += raw.h |
140 | 140 | header-y += resource.h |
141 | +header-y += romfs_fs.h | |
141 | 142 | header-y += rose.h |
142 | 143 | header-y += serial_reg.h |
143 | 144 | header-y += smbno.h |
... | ... | @@ -314,7 +315,6 @@ |
314 | 315 | unifdef-y += reboot.h |
315 | 316 | unifdef-y += reiserfs_fs.h |
316 | 317 | unifdef-y += reiserfs_xattr.h |
317 | -unifdef-y += romfs_fs.h | |
318 | 318 | unifdef-y += route.h |
319 | 319 | unifdef-y += rtc.h |
320 | 320 | unifdef-y += rtnetlink.h |