diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-01-25 17:20:40 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-14 09:04:36 -0500 |
commit | 29408ed963cc9839c742ed61b8e8e69bff431eb0 (patch) | |
tree | 13ce201f5f536d2712720389a7eb05bf23bbcd44 /arch/arm/mach-sa1100 | |
parent | bb57d4e3220544feee1e4bc02c62dd4f78c444c8 (diff) |
ARM: sa1100: don't warn about mach/ide.h
This warning has existed since before the start of (git) history.
Apparently nobody has bothered to fix it in a long time, and
this is unlikely to change. Note that the file that the warning
refers to has moved to a different location and was subsequently
deleted in 2008.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/lart.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c index f69f78fc3ddd..bca7e60b24d3 100644 --- a/arch/arm/mach-sa1100/lart.c +++ b/arch/arm/mach-sa1100/lart.c | |||
@@ -24,9 +24,6 @@ | |||
24 | 24 | ||
25 | #include "generic.h" | 25 | #include "generic.h" |
26 | 26 | ||
27 | |||
28 | #warning "include/asm/arch-sa1100/ide.h needs fixing for lart" | ||
29 | |||
30 | static struct mcp_plat_data lart_mcp_data = { | 27 | static struct mcp_plat_data lart_mcp_data = { |
31 | .mccr0 = MCCR0_ADM, | 28 | .mccr0 = MCCR0_ADM, |
32 | .sclk_rate = 11981000, | 29 | .sclk_rate = 11981000, |