From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.cvg.de ([62.153.82.30]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TfrDu-0004gI-Du for barebox@lists.infradead.org; Tue, 04 Dec 2012 12:03:39 +0000 From: Enrico Scholz Date: Tue, 4 Dec 2012 13:03:31 +0100 Message-Id: <1354622611-7731-1-git-send-email-enrico.scholz@sigma-chemnitz.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] OMAP4: removed __packed__ annotation from pad_conf_entry To: barebox@lists.infradead.org Cc: Enrico Scholz structure is used within barebox only and there is no need to pack it. As this option has a negative performance impact, remove it. Signed-off-by: Enrico Scholz --- arch/arm/mach-omap/include/mach/omap4-mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap/include/mach/omap4-mux.h b/arch/arm/mach-omap/include/mach/omap4-mux.h index 9088631..db92a61 100644 --- a/arch/arm/mach-omap/include/mach/omap4-mux.h +++ b/arch/arm/mach-omap/include/mach/omap4-mux.h @@ -30,7 +30,7 @@ struct pad_conf_entry { u16 val; -} __attribute__ ((packed)); +}; #define WAKEUP_EN (1 << 14) #ifdef CONFIG_OFF_PADCONF -- 1.7.11.7 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox