Title: [8425] trunk/arch/blackfin/include/asm/gpio.h: blackfin gpio: pull in linux/compiler.h as we use likely() in this header
Revision
8425
Author
vapier
Date
2010-03-09 00:24:26 -0500 (Tue, 09 Mar 2010)

Log Message

blackfin gpio: pull in linux/compiler.h as we use likely() in this header

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/gpio.h (8424 => 8425)


--- trunk/arch/blackfin/include/asm/gpio.h	2010-03-09 05:23:55 UTC (rev 8424)
+++ trunk/arch/blackfin/include/asm/gpio.h	2010-03-09 05:24:26 UTC (rev 8425)
@@ -70,6 +70,8 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/compiler.h>
+
 /***********************************************************
 *
 * FUNCTIONS: Blackfin General Purpose Ports Access Functions
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to