Commit db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd

Authored by Christoph Hellwig
Committed by Al Viro
1 parent 774e33e70b

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
include/linux/romfs_fs.h
... ... @@ -53,10 +53,5 @@
53 53 #define ROMFH_PAD (ROMFH_SIZE-1)
54 54 #define ROMFH_MASK (~ROMFH_PAD)
55 55  
56   -#ifdef __KERNEL__
57   -
58   -/* Not much now */
59   -
60   -#endif /* __KERNEL__ */
61 56 #endif