From: Adrian Bunk Date: Fri, 25 Apr 2008 22:06:03 +0000 (-0300) Subject: V4L/DVB (7750): au0828/ cleanups and fixes X-Git-Tag: v2.6.26-rc1~1042^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33d24c4cc14ee40d83a7e1ea0bfb9567d6059aa;p=pandora-kernel.git V4L/DVB (7750): au0828/ cleanups and fixes This patch contains the following cleanups and fixes: - "debug" is definitely not a good name for a global variable, renamed it to "au0828_debug" this fixes a compile error with some kernel configurations - since the module parameter is int the variable shouldn't be unsigned - remove the {usb,bridge,i2c}_debug module parameters since they are already covered by the "debug" module parameter - remove the unused au0828_bcount - make the needlessly global i2c_scan static - make the needlessly global dvb_register() static Signed-off-by: Adrian Bunk Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed