From: Changli Gao Date: Sun, 22 Aug 2010 17:25:05 +0000 (+0000) Subject: header: fix broken headers for user space X-Git-Tag: v2.6.36-rc3~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cd2b99c6cdd1e14e84c1febca2fb91e9f4e5ba;p=pandora-kernel.git header: fix broken headers for user space __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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed