stagine/easycap: make functions regset and regget static
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 8 Feb 2011 23:12:49 +0000 (01:12 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Feb 2011 19:59:07 +0000 (11:59 -0800)
commit73132ce45a011ef76340e3d6393e79d8377e4312
tree644a05d42fda43f6ada307cab5e9f15979e638f5
parent4d59fde3d18a8adc8d35ff595daf1253783d3847
stagine/easycap: make functions regset and regget static

regget and regset functions are used only from within
easycap_low.c so they can be static
Move the functions to avoid forward declarations
Move GET and SET macro definitions into the c-file

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap.h
drivers/staging/easycap/easycap_low.c