Commit e6621985 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] namespace pollution in Maxi Radio driver

From:  Arnd Bergmann <arnd@bergmann-dalldorf.de>

  The maxiradio driver defines a few variables that should be
  made static.
parent 0ab1c937
......@@ -54,7 +54,7 @@
/* TEA5757 pin mappings */
const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16 ;
static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16 ;
static int radio_nr = -1;
MODULE_PARM(radio_nr, "i");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment