-
Adrian Bunk authored
Recent changes in Linus' tree removed all uses of a variable, resulteing in the following warning: <-- snip --> ... CC drivers/net/tokenring/olympic.o drivers/net/tokenring/olympic.c: In function `olympic_arb_cmd': drivers/net/tokenring/olympic.c:1404: warning: unused variable `i' ... <-- snip --> The following patch removes this unused variable: Signed-off-by: Adrian Bunk <bunk@stusta.de>
79037441