Commit 1576eb99 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fdomain_cs ISA fix

Revert the recent fdomain_cs config dependency "fix" and fix the linkage
error with ifdeffery instead.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c2c3a9fb
...@@ -681,6 +681,7 @@ static int fdomain_get_irq( int base ) ...@@ -681,6 +681,7 @@ static int fdomain_get_irq( int base )
static int fdomain_isa_detect( int *irq, int *iobase ) static int fdomain_isa_detect( int *irq, int *iobase )
{ {
#ifndef PCMCIA
int i, j; int i, j;
int base = 0xdeadbeef; int base = 0xdeadbeef;
int flag = 0; int flag = 0;
...@@ -786,6 +787,9 @@ static int fdomain_isa_detect( int *irq, int *iobase ) ...@@ -786,6 +787,9 @@ static int fdomain_isa_detect( int *irq, int *iobase )
*iobase = base; *iobase = base;
return 1; /* success */ return 1; /* success */
#else
return 0;
#endif
} }
/* PCI detection function: int fdomain_pci_bios_detect(int* irq, int* /* PCI detection function: int fdomain_pci_bios_detect(int* irq, int*
......
...@@ -17,7 +17,7 @@ config PCMCIA_AHA152X ...@@ -17,7 +17,7 @@ config PCMCIA_AHA152X
config PCMCIA_FDOMAIN config PCMCIA_FDOMAIN
tristate "Future Domain PCMCIA support" tristate "Future Domain PCMCIA support"
depends on m && ISA depends on m
help help
Say Y here if you intend to attach this type of PCMCIA SCSI host Say Y here if you intend to attach this type of PCMCIA SCSI host
adapter to your computer. adapter to your computer.
......
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