mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion
The driver does not use macros from asm/mach-types.h (neither MACH_TYPE nor machine_is_xxx()). Removal of this include allows compile testing on non-ARM architectures which lack this header. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
|
||||
#include <linux/platform_data/mtd-nand-omap2.h>
|
||||
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
#define DEVICE_NAME "omap-gpmc"
|
||||
|
||||
/* GPMC register offsets */
|
||||
|
||||
Reference in New Issue
Block a user