From: Randy Dunlap Date: Thu, 11 Nov 2010 18:44:22 +0000 (-0800) Subject: staging/easycap: make module params private/static, fix build X-Git-Tag: v2.6.38-rc1~423^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62af33ec6e73d658720ea1190861c8c0609a94b3;p=pandora-kernel.git staging/easycap: make module params private/static, fix build The easycap driver has module parameters (bars, gain, & debug) with global scope that intrude on the kernel namespace and cause build problems. Change the names of them to be driver-specific and make 2 of them static. drivers/built-in.o:(.bss+0x97c00): multiple definition of `debug' ld: Warning: size of symbol `debug' changed from 58 in arch/x86/built-in.o to 4 in drivers/built-in.o Signed-off-by: Randy Dunlap Cc: Mike Thomas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed