diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-16 17:21:57 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 17:24:58 +0200 |
commit | be1194cca55961b4dd98ea17fb24f0ffc6fa2213 (patch) | |
tree | 9e85e9cb59048bfc29905dc824f0b0216f9fde3f /arch/arm/mach-pxa/poodle.c | |
parent | 83f2889643d8efbc7fe925afbaa114e775699d7c (diff) | |
download | blackbird-obmc-linux-be1194cca55961b4dd98ea17fb24f0ffc6fa2213.tar.gz blackbird-obmc-linux-be1194cca55961b4dd98ea17fb24f0ffc6fa2213.zip |
[ARM] pxa: remove unnecessary #include of <mach/ssp.h>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/poodle.c')
-rw-r--r-- | arch/arm/mach-pxa/poodle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index d58a52415d75..48b10c783a28 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c @@ -45,7 +45,6 @@ #include <mach/poodle.h> #include <mach/pxafb.h> #include <mach/sharpsl.h> -#include <mach/ssp.h> #include <mach/pxa2xx_spi.h> #include <asm/hardware/scoop.h> |