summaryrefslogtreecommitdiffstats
path: root/drivers/char/istallion.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-06-25 23:59:03 +0200
committerLinus Torvalds2005-06-26 01:25:03 +0200
commitdbc6b5f55908d7351380bca69393f5839508ad3f (patch)
treef658f9a71e85b40efbb0e4cf6ff543ddc85864b3 /drivers/char/istallion.c
parent[PATCH] sound/oss/sscape.c: remove dead code (diff)
downloadkernel-qcow2-linux-dbc6b5f55908d7351380bca69393f5839508ad3f.tar.gz
kernel-qcow2-linux-dbc6b5f55908d7351380bca69393f5839508ad3f.tar.xz
kernel-qcow2-linux-dbc6b5f55908d7351380bca69393f5839508ad3f.zip
[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>
Diffstat (limited to 'drivers/char/istallion.c')
-rw-r--r--drivers/char/istallion.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/istallion.c b/drivers/char/istallion.c
index c02a21dbad5d..52a073eee201 100644
--- a/drivers/char/istallion.c
+++ b/drivers/char/istallion.c
@@ -407,7 +407,6 @@ static unsigned long stli_eisamemprobeaddrs[] = {
};
static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long);
-int stli_eisaprobe = STLI_EISAPROBE;
/*
* Define the Stallion PCI vendor and device IDs.
@@ -4685,7 +4684,7 @@ static int stli_initbrds(void)
#ifdef MODULE
stli_argbrds();
#endif
- if (stli_eisaprobe)
+ if (STLI_EISAPROBE)
stli_findeisabrds();
#ifdef CONFIG_PCI
stli_findpcibrds();