ChangeSet 1.2000.12.15, 2004/10/22 11:08:47-07:00, [EMAIL PROTECTED]

[PATCH] kaweth: no need for packed

there was an uneeded packed attribute for a data structure.

Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/net/kaweth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c
--- a/drivers/usb/net/kaweth.c  2004-10-22 16:11:35 -07:00
+++ b/drivers/usb/net/kaweth.c  2004-10-22 16:11:35 -07:00
@@ -246,7 +246,7 @@
        struct kaweth_ethernet_configuration configuration;
 
        struct net_device_stats stats;
-} __attribute__ ((packed));
+};
 
 
 /****************************************************************



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to