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:
48d3ff8
)
header: fix broken headers for user space
author
Changli Gao
<xiaosuo@gmail.com>
Sun, 22 Aug 2010 17:25:05 +0000
(17:25 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Aug 2010 04:15:39 +0000
(21:15 -0700)
__packed is only defined in kernel space, so we should use
__attribute__((packed)) for the code shared between kernel and user space.
Two __attribute() annotations are replaced with __attribute__() too.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found