libertas: remove unneded packed attribute from HostCmd structure
Marcelo Tosatti
mtosatti at redhat.unroutablecom
Tue Nov 28 02:56:37 EST 2006
Commit: ceff73f7de6f2cb56617a16bd9a14b0594d93b1f
Parent: 7cff9d208890085bd003f09949a7cf663ee4ef06
commit ceff73f7de6f2cb56617a16bd9a14b0594d93b1f
Author: Marcelo Tosatti <mtosatti at redhat.com>
AuthorDate: Wed Nov 15 18:02:15 2006 -0200
Commit: Marcelo Tosatti <mtosatti at redhat.com>
CommitDate: Wed Nov 15 18:02:15 2006 -0200
libertas: remove unneded packed attribute from HostCmd structure
Subject says it all.
Signed-off-by: Marcelo Tosatti <mtosatti at redhat.com>
---
drivers/net/wireless/libertas/hostcmd.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h
index 118027b..57cb785 100644
--- a/drivers/net/wireless/libertas/hostcmd.h
+++ b/drivers/net/wireless/libertas/hostcmd.h
@@ -120,7 +120,7 @@ struct CmdCtrlNode {
/* wait queue */
u16 CmdWaitQWoken;
wait_queue_head_t cmdwait_q;
-} __attribute__ ((packed));
+};
#endif
More information about the Commits-kernel
mailing list