mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00: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 <krzk@kernel.org> Link: https://lore.kernel.org/r/20200724074038.5597-2-krzk@kernel.org
This commit is contained in:
parent
911c94dac9
commit
8e9ffd5ed3
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue