UBI: make ubi-header.h local
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 16 Feb 2008 13:42:52 +0000 (15:42 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 May 2009 14:08:36 +0000 (17:08 +0300)
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>

No differences found