diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-11-30 08:10:05 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:42:39 -0500 |
commit | e8a5ab1f7385fb8f3c55348b7bb372a463c55d09 (patch) | |
tree | 0d515ea59cd8758b533d80818690a46074faef12 /arch/arm/mach-pxa/clock.c | |
parent | 7e5abc465b20001576d360ed2ece424da816e3a4 (diff) |
[ARM] pxa: remove unnecessary #include of pxa2xx-gpio.h in clock.c
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/clock.c')
-rw-r--r-- | arch/arm/mach-pxa/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/clock.c b/arch/arm/mach-pxa/clock.c index ca8e20538157..9fcba78ad584 100644 --- a/arch/arm/mach-pxa/clock.c +++ b/arch/arm/mach-pxa/clock.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
14 | 14 | ||
15 | #include <mach/pxa2xx-regs.h> | 15 | #include <mach/pxa2xx-regs.h> |
16 | #include <mach/pxa2xx-gpio.h> | ||
17 | #include <mach/hardware.h> | 16 | #include <mach/hardware.h> |
18 | 17 | ||
19 | #include "devices.h" | 18 | #include "devices.h" |