Commit 9e589513 authored by Linus Torvalds's avatar Linus Torvalds

Fix broken aic7xxx preprocessor conditional (that's not how

C preprocessor expressions work, guys!)
parent 20feeebb
...@@ -404,9 +404,6 @@ static int aic7xxx_pci_parity = 0; ...@@ -404,9 +404,6 @@ static int aic7xxx_pci_parity = 0;
* would result in never finding any devices :) * would result in never finding any devices :)
*/ */
#ifndef CONFIG_AIC7XXX_PROBE_EISA_VL #ifndef CONFIG_AIC7XXX_PROBE_EISA_VL
#define CONFIG_AIC7XXX_PROBE_EISA_VL n
#endif
#if CONFIG_AIC7XXX_PROBE_EISA_VL == n
static int aic7xxx_no_probe = 1; static int aic7xxx_no_probe = 1;
#else #else
static int aic7xxx_no_probe; static int aic7xxx_no_probe;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment