summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:25:09 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:25:09 -0600
commit05e3d1d42ddc0ff46f6d77d71ff8622d33654950 (patch)
tree465b985303bef899d43f1ad6f7d60b3a4fa910d4 /include
parent858dad7b65a6a17a9513b89f0c38cc31a5c6f374 (diff)
CR ENGR00011205 Move linux includes before other includes
Patch for CR ENGR00011205: Move linux includes before other includes. This patch moves linux includes before other includes, which is standard practice in linux kernel development. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00011205-Move-linux-includes-before.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mxc/gpio.h b/include/asm-arm/arch-mxc/gpio.h
index ffa1e441a8c0..151ec1737eaf 100644
--- a/include/asm-arm/arch-mxc/gpio.h
+++ b/include/asm-arm/arch-mxc/gpio.h
@@ -24,8 +24,8 @@
* @ingroup GPIO
*/
-#include <asm/sizes.h>
#include <linux/interrupt.h>
+#include <asm/sizes.h>
#include <asm/hardware.h>
/* gpio related defines */