From: David Howells Date: Wed, 30 Jul 2008 23:48:05 +0000 (-0700) Subject: hysdn: remove the packed attribute from PofTimStamp_tag X-Git-Tag: v2.6.27-rc2~102^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7403e807d5f6431a09abb13a00f8170dac1da29;p=pandora-kernel.git hysdn: remove the packed attribute from PofTimStamp_tag Remove the packed attribute from PofTimStamp_tag in the hysdn driver as the thing being packed is just an array of chars and so is unpackable. This deals with a compiler warning: In file included from drivers/isdn/hysdn/hysdn_boot.c:19: drivers/isdn/hysdn/hysdn_pof.h:63: warning: 'packed' attribute ignored for field of type 'unsigned char[40]' Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed