diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-16 05:03:20 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:24:58 -0400 |
commit | 83f2889643d8efbc7fe925afbaa114e775699d7c (patch) | |
tree | 05567c10d9dc4428d0c9fa7c424173f51ca40b10 /drivers/spi | |
parent | c9840daa70fbb8f6031fcd1f254a3da49a41ea7b (diff) |
[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.c | 1 |
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 @@ | |||
36 | #include <asm/delay.h> | 36 | #include <asm/delay.h> |
37 | 37 | ||
38 | #include <mach/dma.h> | 38 | #include <mach/dma.h> |
39 | #include <mach/regs-ssp.h> | ||
40 | #include <mach/ssp.h> | 39 | #include <mach/ssp.h> |
41 | #include <mach/pxa2xx_spi.h> | 40 | #include <mach/pxa2xx_spi.h> |
42 | 41 | ||