diff options
author | Jan Kara <jack@suse.cz> | 2008-09-21 17:17:53 -0400 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 11:36:58 -0500 |
commit | cf770c137122b78470a67ebd5498947869a09197 (patch) | |
tree | c1f9af3927752e8aef3e0ca45facc39ae6945258 /include/linux/Kbuild | |
parent | ca785ec66b991e9ca74dd9840fc014487ad095e1 (diff) |
quota: Move quotaio_v[12].h from include/linux/ to fs/
Since these include files are used only by implementation of quota formats,
there's no need to have them in include/linux/.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 95ac82340c3b..900a787cbae9 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -134,8 +134,6 @@ header-y += posix_types.h | |||
134 | header-y += ppdev.h | 134 | header-y += ppdev.h |
135 | header-y += prctl.h | 135 | header-y += prctl.h |
136 | header-y += qnxtypes.h | 136 | header-y += qnxtypes.h |
137 | header-y += quotaio_v1.h | ||
138 | header-y += quotaio_v2.h | ||
139 | header-y += radeonfb.h | 137 | header-y += radeonfb.h |
140 | header-y += raw.h | 138 | header-y += raw.h |
141 | header-y += resource.h | 139 | header-y += resource.h |