Re: [patch 10/11] hysdn: remove the packed attribute from PofTimStamp_tag
From: David Miller <davem@davemloft.net>
Date: 2008-07-30 23:48:27
From: David Miller <davem@davemloft.net>
Date: 2008-07-30 23:48:27
From: akpm@linux-foundation.org Date: Wed, 30 Jul 2008 12:37:42 -0700
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 <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Applied.