[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>

authored by Adrian Bunk and committed by Linus Torvalds dbc6b5f5 f25ad2d3

+1 -2
+1 -2
drivers/char/istallion.c
··· 407 407 }; 408 408 409 409 static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long); 410 - int stli_eisaprobe = STLI_EISAPROBE; 411 410 412 411 /* 413 412 * Define the Stallion PCI vendor and device IDs. ··· 4684 4685 #ifdef MODULE 4685 4686 stli_argbrds(); 4686 4687 #endif 4687 - if (stli_eisaprobe) 4688 + if (STLI_EISAPROBE) 4688 4689 stli_findeisabrds(); 4689 4690 #ifdef CONFIG_PCI 4690 4691 stli_findpcibrds();