]> git.openfabrics.org - ~emulex/infiniband.git/commit
[media] drx-j: make a few functions static
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 16 Jan 2014 15:20:38 +0000 (12:20 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:25:19 +0000 (14:25 -0300)
commitf531f22505f683a947e74e48f646e93ad1afe208
tree34340526a7f5dd74b2aeaf7a96b3e41d6c2896f9
parent4a8a8694de2a4d1d94854ac96b1132030b46b685
[media] drx-j: make a few functions static

drivers/media/dvb-frontends/drx39xyj/drx_driver.c:181:7: warning: no previous prototype for 'get_scan_context' [-Wmissing-prototypes]
 void *get_scan_context(pdrx_demod_instance_t demod, void *scan_context)

drivers/media/dvb-frontends/drx39xyj/drx_driver.c: At top level:
drivers/media/dvb-frontends/drx39xyj/drx_driver.c:842:5: warning: no previous prototype for 'ctrl_dump_registers' [-Wmissing-prototypes]
 int ctrl_dump_registers(pdrx_demod_instance_t demod,

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/drx39xyj/drx_driver.c