aboutsummaryrefslogtreecommitdiff
path: root/board/m501sk
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:07 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:04 +0200
commit61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9 (patch)
tree1e9ace3a9e030f0fd07fbbca663c148c195f0a3d /board/m501sk
parent0de71d507157c4bd4fddcd3a419140d2b986eed2 (diff)
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
The appropriate include/asm-$ARCH directory should already by symlinked to include/asm so using the whole "asm-$ARCH" path is unnecessary. This change should also allow us to move the include/asm-$ARCH directories into their appropriate lib/$ARCH/ directories. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/m501sk')
-rw-r--r--board/m501sk/m501sk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/m501sk/m501sk.h b/board/m501sk/m501sk.h
index 42a67573d..51d10f58a 100644
--- a/board/m501sk/m501sk.h
+++ b/board/m501sk/m501sk.h
@@ -1,5 +1,5 @@
/*
- * linux/include/asm-arm/arch-at91/hardware.h
+ * linux/include/asm/arch-at91/hardware.h
*
* Copyright (C) 2003 SAN People
*
@@ -21,9 +21,9 @@
#define __M501SK_H
#ifndef __ASSEMBLY__
-#include <asm-arm/arch-at91rm9200/AT91RM9200.h>
+#include <asm/arch-at91rm9200/AT91RM9200.h>
#else
-#include <asm-arm/arch-at91rm9200/AT91RM9200_inc.h>
+#include <asm/arch-at91rm9200/AT91RM9200_inc.h>
#endif
#define AT91C_PIO_PA22 ((unsigned int) 1 << 22) /* Pin Controlled by PA22 */