diff options
author | Christoph Hellwig <hch@lst.de> | 2008-02-22 06:39:12 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 08:22:23 -0400 |
commit | 15aebd2866b21a568d8defec134bf29f9aea9088 (patch) | |
tree | 7b697a462e3ff1bedeaaa7cf9a4441ae504c7a07 /include/linux/Kbuild | |
parent | b1e321266d8797b21eac433b11458ac65b098938 (diff) |
udf: move headers out include/linux/
There's really no reason to keep udf headers in include/linux as they're
not used by anything but fs/udf/.
This patch merges most of include/linux/udf_fs_i.h into fs/udf/udf_i.h,
include/linux/udf_fs_sb.h into fs/udf/udf_sb.h and
include/linux/udf_fs.h into fs/udf/udfdecl.h.
The only thing remaining in include/linux/ is a stub of udf_fs_i.h
defining the four user-visible udf ioctls. It's also moved from
unifdef-y to headers-y because it can be included unconditionally now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
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 aada32fffec2..897d84e04985 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -149,6 +149,7 @@ header-y += tiocl.h | |||
149 | header-y += tipc.h | 149 | header-y += tipc.h |
150 | header-y += tipc_config.h | 150 | header-y += tipc_config.h |
151 | header-y += toshiba.h | 151 | header-y += toshiba.h |
152 | header-y += udf_fs_i.h | ||
152 | header-y += ultrasound.h | 153 | header-y += ultrasound.h |
153 | header-y += un.h | 154 | header-y += un.h |
154 | header-y += utime.h | 155 | header-y += utime.h |
@@ -336,7 +337,6 @@ unifdef-y += time.h | |||
336 | unifdef-y += timex.h | 337 | unifdef-y += timex.h |
337 | unifdef-y += tty.h | 338 | unifdef-y += tty.h |
338 | unifdef-y += types.h | 339 | unifdef-y += types.h |
339 | unifdef-y += udf_fs_i.h | ||
340 | unifdef-y += udp.h | 340 | unifdef-y += udp.h |
341 | unifdef-y += uinput.h | 341 | unifdef-y += uinput.h |
342 | unifdef-y += uio.h | 342 | unifdef-y += uio.h |