[PATCH] [MTD] UBI: Fix make headers_install
Josh Boyer
jwboyer at gmail.com
Sun Nov 5 17:07:45 EST 2006
Fix make headers_install
Signed-off-by: Josh Boyer <jwboyer at gmail.com>
diff --git a/include/mtd/Kbuild b/include/mtd/Kbuild
index f3f424e..4d46b3b 100644
--- a/include/mtd/Kbuild
+++ b/include/mtd/Kbuild
@@ -3,4 +3,5 @@ header-y += jffs2-user.h
header-y += mtd-abi.h
header-y += mtd-user.h
header-y += nftl-user.h
-header-y += ubi.h
+header-y += ubi-header.h
+header-y += ubi-user.h
More information about the linux-mtd
mailing list