Staging: easycap: Make easycap_debug non-static
authorMike Thomas <rmthomas@sciolus.org>
Mon, 10 Jan 2011 18:34:41 +0000 (18:34 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 Jan 2011 20:20:56 +0000 (12:20 -0800)
commit18545cfd3623e5cd8960f5155f95e0a9c790a54c
tree1ea020ddce6c47cb3e93d36772250a4bd289ab91
parent0a8692b534e18fcec6eac07551bb37a22659f5c7
Staging: easycap: Make easycap_debug non-static

The parameter easycap_debug appears in macros JOT and JOM and therefore
needs to be visible from all source files.  The easycap_ prefix should
be sufficient to avoid namespace clashes outside the module.

Signed-off-by: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap.h
drivers/staging/easycap/easycap_main.c