Archived
14
0
Fork 0

[PATCH] drivers/char/istallion.c: remove an unneeded variable

This patch removes an unneeded global variable.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Adrian Bunk 2005-06-25 14:59:03 -07:00 committed by Linus Torvalds
parent f25ad2d3b8
commit dbc6b5f559

View file

@ -407,7 +407,6 @@ static unsigned long stli_eisamemprobeaddrs[] = {
}; };
static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long); static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long);
int stli_eisaprobe = STLI_EISAPROBE;
/* /*
* Define the Stallion PCI vendor and device IDs. * Define the Stallion PCI vendor and device IDs.
@ -4685,7 +4684,7 @@ static int stli_initbrds(void)
#ifdef MODULE #ifdef MODULE
stli_argbrds(); stli_argbrds();
#endif #endif
if (stli_eisaprobe) if (STLI_EISAPROBE)
stli_findeisabrds(); stli_findeisabrds();
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
stli_findpcibrds(); stli_findpcibrds();