summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds2008-03-30 23:24:32 +0200
committerLinus Torvalds2008-03-30 23:24:32 +0200
commit62ad36a8a6541de82984e4f1a6cff09535d68098 (patch)
treeb395d88e2a0e6fe561b385fde097dff7cb3b92f6 /include
parentdm9000 trivial annotation (diff)
parentide: fix defining SUPPORT_VLB_SYNC (diff)
downloadkernel-qcow2-linux-62ad36a8a6541de82984e4f1a6cff09535d68098.tar.gz
kernel-qcow2-linux-62ad36a8a6541de82984e4f1a6cff09535d68098.tar.xz
kernel-qcow2-linux-62ad36a8a6541de82984e4f1a6cff09535d68098.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6: ide: fix defining SUPPORT_VLB_SYNC Revert "ide: change master/slave IDENTIFY order"
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index a3b69c10d667..bc26b2f27359 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -26,7 +26,7 @@
#include <asm/semaphore.h>
#include <asm/mutex.h>
-#if defined(CRIS) || defined(FRV)
+#if defined(CONFIG_CRIS) || defined(CONFIG_FRV)
# define SUPPORT_VLB_SYNC 0
#else
# define SUPPORT_VLB_SYNC 1