]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/easycap: wait_i2c should be static
authorTomas Winkler <tomas.winkler@intel.com>
Sat, 5 Mar 2011 22:55:20 +0000 (00:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 21:52:55 +0000 (13:52 -0800)
commitfd49b7879890d0f17c1cb86eb07e449d9c9f0699
tree8880dfc052bb0ee13931ca08929aafd13505de6b
parent4495c15f29a11c41d0a69a6e848307b0db7cc196
staging/easycap: wait_i2c should be static

wait_i2c is only used from easycap_low.c
so remove it from the easycap.h and mark it static

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