diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-07 09:47:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:12 -0400 |
commit | 964f5369667b342994fe3f384e9ba41d404ee796 (patch) | |
tree | ad8a5f942af0696d69fb58abf05773c19d05e58b /include/linux/Kbuild | |
parent | 79d25767583e4e086f8309bfd1f502660a64fe7f (diff) | |
download | linux-stable-964f5369667b342994fe3f384e9ba41d404ee796.tar.gz linux-stable-964f5369667b342994fe3f384e9ba41d404ee796.tar.bz2 linux-stable-964f5369667b342994fe3f384e9ba41d404ee796.zip |
fs/qnx4: sanitize includes
fs-internal parts of qnx4_fs.h taken to fs/qnx4/qnx4.h, includes adjusted,
qnx4_fs.h doesn't need unifdef anymore.
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 3f0eaa397ef5..b3afd2219ad2 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -135,6 +135,7 @@ header-y += posix_types.h header-y += ppdev.h header-y += prctl.h header-y += qnxtypes.h +header-y += qnx4_fs.h header-y += radeonfb.h header-y += raw.h header-y += resource.h @@ -308,7 +309,6 @@ unifdef-y += poll.h unifdef-y += ppp_defs.h unifdef-y += ppp-comp.h unifdef-y += ptrace.h -unifdef-y += qnx4_fs.h unifdef-y += quota.h unifdef-y += random.h unifdef-y += irqnr.h |