diff options
author | Christoph Hellwig <hch@lst.de> | 2009-04-07 18:07:08 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-05-09 10:49:41 -0400 |
commit | db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd (patch) | |
tree | c38d6f47eb6cfca748b0023d9c62256ec05ac5fb /include/linux/Kbuild | |
parent | 774e33e70b2bffa8c602d22a5d27c0061a0039cc (diff) | |
download | linux-stable-db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd.tar.gz linux-stable-db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd.tar.bz2 linux-stable-db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd.zip |
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>
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 ca9b9b9bd331..3f0eaa397ef5 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -138,6 +138,7 @@ header-y += qnxtypes.h header-y += radeonfb.h header-y += raw.h header-y += resource.h +header-y += romfs_fs.h header-y += rose.h header-y += serial_reg.h header-y += smbno.h @@ -314,7 +315,6 @@ unifdef-y += irqnr.h unifdef-y += reboot.h unifdef-y += reiserfs_fs.h unifdef-y += reiserfs_xattr.h -unifdef-y += romfs_fs.h unifdef-y += route.h unifdef-y += rtc.h unifdef-y += rtnetlink.h |