diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-02-16 08:42:52 -0500 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-04-17 04:31:58 -0400 |
commit | 92a74f1c1c9ca4d8009bfdea1c5febb7c0674f15 (patch) | |
tree | 513e647abdbad5137146ab7c765a3345ca18765c /include/mtd/Kbuild | |
parent | a4f0fcdfb2397e81d22446bb364dc190bf16b25a (diff) |
UBI: make ubi-header.h local
The new trend in linux is not to store headers which define
on-media format in the include/ directory, but instead, store
them locally. This is because these headers "do not define any
kernel<->userspace interface".
Do so for UBI as well.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/mtd/Kbuild')
-rw-r--r-- | include/mtd/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mtd/Kbuild b/include/mtd/Kbuild index 4d46b3bdebd8..8eb018f96002 100644 --- a/include/mtd/Kbuild +++ b/include/mtd/Kbuild | |||
@@ -3,5 +3,4 @@ header-y += jffs2-user.h | |||
3 | header-y += mtd-abi.h | 3 | header-y += mtd-abi.h |
4 | header-y += mtd-user.h | 4 | header-y += mtd-user.h |
5 | header-y += nftl-user.h | 5 | header-y += nftl-user.h |
6 | header-y += ubi-header.h | ||
7 | header-y += ubi-user.h | 6 | header-y += ubi-user.h |