Skip to content

Commit

Permalink
[PATCH] drivers/char/istallion.c: remove an unneeded variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 25, 2005
1 parent f25ad2d commit dbc6b5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/char/istallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit dbc6b5f

Please sign in to comment.