]> git.baikalelectronics.ru Git - kernel.git/commit
hysdn: remove the packed attribute from PofTimStamp_tag
authorDavid Howells <dhowells@redhat.com>
Wed, 30 Jul 2008 23:48:05 +0000 (16:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Jul 2008 23:48:05 +0000 (16:48 -0700)
commit04d1c519b63f29f221651efccab470a4bf32d27c
tree9e6d5efede6e55509d4986820ae6212488f033fc
parent5a82752ba50f1278c5b0fd3a3eefd2ffb16e8dd8
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 <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hysdn/hysdn_pof.h