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:
f367bed
)
ide: fix defining SUPPORT_VLB_SYNC
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sat, 29 Mar 2008 18:55:17 +0000
(19:55 +0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sat, 29 Mar 2008 18:55:17 +0000
(19:55 +0100)
We need to check for CONFIG_{CRIS,FRV} not {CRIS,FRV}.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
include/linux/ide.h
patch
|
blob
|
history
diff --git
a/include/linux/ide.h
b/include/linux/ide.h
index a3b69c10d667c98c5631308456673374491aaec5..bc26b2f273591cc83d7ec373ad9e9d22c633357c 100644
(file)
--- a/
include/linux/ide.h
+++ b/
include/linux/ide.h
@@
-26,7
+26,7
@@
#include <asm/semaphore.h>
#include <asm/mutex.h>
-#if defined(C
RIS) || defined(
FRV)
+#if defined(C
ONFIG_CRIS) || defined(CONFIG_
FRV)
# define SUPPORT_VLB_SYNC 0
#else
# define SUPPORT_VLB_SYNC 1