summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch
blob: 99a9d149b5ca467329cf1f629cbcd73a29d9eeb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/arch/avr32/boards/atngw100/setup.c	2007-11-02 10:47:52.000000000 +0100
+++ b/arch/avr32/boards/atngw100/setup.c	2007-11-02 10:48:00.000000000 +0100
@@ -20,7 +20,7 @@
 #include <asm/io.h>
 #include <asm/setup.h>
 
-#include <asm/arch/at32ap7000.h>
+#include <asm/arch/at32ap700x.h>
 #include <asm/arch/board.h>
 #include <asm/arch/init.h>
 #include <asm/arch/portmux.h>