From: Brian Gerst Date: Fri, 6 Jan 2006 08:12:18 +0000 (-0800) Subject: [PATCH] mpspec: remove unneeded packed attribute X-Git-Tag: v2.6.16-rc1~936^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d534842cc39df1b568722c18f96ae24fb0e136;p=pandora-kernel.git [PATCH] mpspec: remove unneeded packed attribute GCC 4.1 gives the following warning: include/asm/mpspec.h:79: warning: `packed' attribute ignored for field of type `unsigned char' The packed attribute isn't really necessary anyways so just remove it. Signed-off-by: Brian Gerst Acked-by: Dave Jones Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed