mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08:00
[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.
Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat ready ready to clean out old include directories. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
57bd4b91a6
commit
1362270872
@ -30,7 +30,7 @@
|
|||||||
#include <mach/regs-lcd.h>
|
#include <mach/regs-lcd.h>
|
||||||
#include <mach/regs-sdi.h>
|
#include <mach/regs-sdi.h>
|
||||||
#include <asm/plat-s3c24xx/regs-iis.h>
|
#include <asm/plat-s3c24xx/regs-iis.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
|
|
||||||
static struct s3c24xx_dma_map __initdata s3c2410_dma_mappings[] = {
|
static struct s3c24xx_dma_map __initdata s3c2410_dma_mappings[] = {
|
||||||
[DMACH_XD0] = {
|
[DMACH_XD0] = {
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <mach/regs-sdi.h>
|
#include <mach/regs-sdi.h>
|
||||||
#include <asm/plat-s3c24xx/regs-s3c2412-iis.h>
|
#include <asm/plat-s3c24xx/regs-s3c2412-iis.h>
|
||||||
#include <asm/plat-s3c24xx/regs-iis.h>
|
#include <asm/plat-s3c24xx/regs-iis.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
|
|
||||||
#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }
|
#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include <mach/regs-gpio.h>
|
#include <mach/regs-gpio.h>
|
||||||
#include <mach/regs-gpioj.h>
|
#include <mach/regs-gpioj.h>
|
||||||
#include <mach/regs-dsc.h>
|
#include <mach/regs-dsc.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
#include <mach/regs-s3c2412.h>
|
#include <mach/regs-s3c2412.h>
|
||||||
|
|
||||||
#include <plat/s3c2412.h>
|
#include <plat/s3c2412.h>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <mach/regs-lcd.h>
|
#include <mach/regs-lcd.h>
|
||||||
#include <mach/regs-sdi.h>
|
#include <mach/regs-sdi.h>
|
||||||
#include <asm/plat-s3c24xx/regs-iis.h>
|
#include <asm/plat-s3c24xx/regs-iis.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
|
|
||||||
static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings[] = {
|
static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings[] = {
|
||||||
[DMACH_XD0] = {
|
[DMACH_XD0] = {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
#include <mach/regs-lcd.h>
|
#include <mach/regs-lcd.h>
|
||||||
#include <mach/regs-sdi.h>
|
#include <mach/regs-sdi.h>
|
||||||
#include <asm/plat-s3c24xx/regs-iis.h>
|
#include <asm/plat-s3c24xx/regs-iis.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
|
|
||||||
#define MAP(x) { \
|
#define MAP(x) { \
|
||||||
[0] = (x) | DMA_CH_VALID, \
|
[0] = (x) | DMA_CH_VALID, \
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include <plat/devs.h>
|
#include <plat/devs.h>
|
||||||
#include <plat/cpu.h>
|
#include <plat/cpu.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
|
|
||||||
/* Serial port registrations */
|
/* Serial port registrations */
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
|
|
||||||
#include <mach/regs-gpio.h>
|
#include <mach/regs-gpio.h>
|
||||||
#include <asm/plat-s3c24xx/regs-spi.h>
|
#include <plat/regs-spi.h>
|
||||||
#include <mach/spi.h>
|
#include <mach/spi.h>
|
||||||
|
|
||||||
struct s3c24xx_spi {
|
struct s3c24xx_spi {
|
||||||
|
Loading…
Reference in New Issue
Block a user