git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7245b95
)
UBI: make ubi-header.h local
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sat, 16 Feb 2008 13:42:52 +0000
(15:42 +0200)
committer
Grazvydas 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