projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bccf650
)
[ARM] 5182/1: pxa: Fix pcm990 compilation
author
Guennadi Liakhovetski
<
[email protected]
>
Sat, 2 Aug 2008 23:02:35 +0000
(
00:02
+0100)
committer
Russell King
<
[email protected]
>
Sun, 3 Aug 2008 09:17:59 +0000
(10:17 +0100)
Compiling pcm990 produces an error:
In file included from arch/arm/mach-pxa/pcm990-baseboard.c:25:
include/linux/ide.h:645: error: 'CONFIG_IDE_MAX_HWIFS' undeclared here (not in a function)
Fix it by removing unneeded header include.
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-pxa/pcm990-baseboard.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/pcm990-baseboard.c
b/arch/arm/mach-pxa/pcm990-baseboard.c
index 30023b00e476161a691aa8a5603c1a0b08fa534d..90056d56b2104dfc0b7f76f1776948a564e1b179 100644
(file)
--- a/
arch/arm/mach-pxa/pcm990-baseboard.c
+++ b/
arch/arm/mach-pxa/pcm990-baseboard.c
@@
-22,7
+22,6
@@
#include <linux/irq.h>
#include <linux/platform_device.h>
-#include <linux/ide.h>
#include <linux/i2c.h>
#include <linux/pwm_backlight.h>