summaryrefslogtreecommitdiffstats
path: root/include/linux/romfs_fs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-04-07 18:07:08 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2009-05-09 10:49:41 -0400
commitdb6c1fbb92eeb4cb52c6133e0c533602f49fc4bd (patch)
treec38d6f47eb6cfca748b0023d9c62256ec05ac5fb /include/linux/romfs_fs.h
parent774e33e70b2bffa8c602d22a5d27c0061a0039cc (diff)
downloadop-kernel-dev-db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd.zip
op-kernel-dev-db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd.tar.gz
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/romfs_fs.h')
-rw-r--r--include/linux/romfs_fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/romfs_fs.h b/include/linux/romfs_fs.h
index e20bbf9..c490fbc 100644
--- a/include/linux/romfs_fs.h
+++ b/include/linux/romfs_fs.h
@@ -53,9 +53,4 @@ struct romfs_inode {
#define ROMFH_PAD (ROMFH_SIZE-1)
#define ROMFH_MASK (~ROMFH_PAD)
-#ifdef __KERNEL__
-
-/* Not much now */
-
-#endif /* __KERNEL__ */
#endif
OpenPOWER on IntegriCloud