[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
a1b81a84ff
commit
a09e64fbc0
15
arch/arm/plat-omap/include/mach/mcspi.h
Normal file
15
arch/arm/plat-omap/include/mach/mcspi.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _OMAP2_MCSPI_H
|
||||
#define _OMAP2_MCSPI_H
|
||||
|
||||
struct omap2_mcspi_platform_config {
|
||||
unsigned short num_cs;
|
||||
};
|
||||
|
||||
struct omap2_mcspi_device_config {
|
||||
unsigned turbo_mode:1;
|
||||
|
||||
/* Do we want one channel enabled at the same time? */
|
||||
unsigned single_channel:1;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user