aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-03-16 17:03:20 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-05-11 17:24:58 +0200
commit83f2889643d8efbc7fe925afbaa114e775699d7c (patch)
tree05567c10d9dc4428d0c9fa7c424173f51ca40b10 /drivers/spi
parent[ARM] pxa: correct SSCR0_SCR to support multiple SoCs (diff)
downloadlinux-dev-83f2889643d8efbc7fe925afbaa114e775699d7c.tar.xz
linux-dev-83f2889643d8efbc7fe925afbaa114e775699d7c.zip
[ARM] pxa: merge regs-ssp.h into ssp.h
No need to separate them as they should be together from the begining. Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/pxa2xx_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c
index 35d4e5cdb631..959e78bb2f04 100644
--- a/drivers/spi/pxa2xx_spi.c
+++ b/drivers/spi/pxa2xx_spi.c
@@ -36,7 +36,6 @@
#include <asm/delay.h>
#include <mach/dma.h>
-#include <mach/regs-ssp.h>
#include <mach/ssp.h>
#include <mach/pxa2xx_spi.h>