From 3058dad09698ca23458de383927ecdbe78dca778 Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Thu, 31 Jul 2008 15:56:36 +0200 Subject: [PATCH] --- yaml --- r: 108100 b: refs/heads/master c: b47eb4092f81ae9fe406fa2c6719eaa9cd7a593c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/avr32/mach-at32ap/Makefile | 1 + trunk/arch/avr32/mach-at32ap/at32ap700x.c | 26 +-- trunk/arch/avr32/mach-at32ap/hmatrix.c | 88 +++++++++ trunk/arch/avr32/mach-at32ap/hmatrix.h | 182 ------------------ .../mach-at32ap/include/mach/at32ap700x.h | 29 +++ .../avr32/mach-at32ap/include/mach/hmatrix.h | 55 ++++++ 7 files changed, 181 insertions(+), 202 deletions(-) create mode 100644 trunk/arch/avr32/mach-at32ap/hmatrix.c delete mode 100644 trunk/arch/avr32/mach-at32ap/hmatrix.h create mode 100644 trunk/arch/avr32/mach-at32ap/include/mach/hmatrix.h diff --git a/[refs] b/[refs] index 0373da84fa62..bcbc7d745ad3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8d902db221e1e2dcbbd32efbf89055ed69f8e56 +refs/heads/master: b47eb4092f81ae9fe406fa2c6719eaa9cd7a593c diff --git a/trunk/arch/avr32/mach-at32ap/Makefile b/trunk/arch/avr32/mach-at32ap/Makefile index d5018e2eed25..514c9a9b009a 100644 --- a/trunk/arch/avr32/mach-at32ap/Makefile +++ b/trunk/arch/avr32/mach-at32ap/Makefile @@ -1,4 +1,5 @@ obj-y += pdc.o clock.o intc.o extint.o pio.o hsmc.o +obj-y += hmatrix.o obj-$(CONFIG_CPU_AT32AP700X) += at32ap700x.o pm-at32ap700x.o obj-$(CONFIG_CPU_FREQ_AT32AP) += cpufreq.o obj-$(CONFIG_PM) += pm.o diff --git a/trunk/arch/avr32/mach-at32ap/at32ap700x.c b/trunk/arch/avr32/mach-at32ap/at32ap700x.c index 92bfb4d8ae45..e01dbe4ebb40 100644 --- a/trunk/arch/avr32/mach-at32ap/at32ap700x.c +++ b/trunk/arch/avr32/mach-at32ap/at32ap700x.c @@ -22,13 +22,13 @@ #include #include +#include #include #include #include