]> git.hungrycats.org Git - linux/commitdiff
[PATCH] namespace pollution in Maxi Radio driver
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jan 2003 12:15:00 +0000 (04:15 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 12:15:00 +0000 (04:15 -0800)
From:  Arnd Bergmann <arnd@bergmann-dalldorf.de>

  The maxiradio driver defines a few variables that should be
  made static.

drivers/media/radio/radio-maxiradio.c

index 8830f0aaf6b174955f83758e911e65dee8bd4f40..b9ac2c956ed62ca02374397f2b29a245cab06e8f 100644 (file)
@@ -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");