header: fix broken headers for user space
authorChangli Gao <xiaosuo@gmail.com>
Sun, 22 Aug 2010 17:25:05 +0000 (17:25 +0000)
committerDavid 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