From: Artem Bityutskiy Date: Sat, 16 Feb 2008 13:42:52 +0000 (+0200) Subject: UBI: make ubi-header.h local X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ec53efdcd4c7db3a0dbdeddd5722afc77764aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed