]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] mem2mem_testdev: Make m2mtest_dev_release function static
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 24 Aug 2012 11:06:15 +0000 (08:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 15 Sep 2012 14:59:53 +0000 (11:59 -0300)
commit328728312178fd29064f45c458377ce5cbe314ba
treeab9b5824b89bf85d2321ff75dfed3887352827e6
parent3ab2a83eaf544ff658a23d95c233fc1fa20eac37
[media] mem2mem_testdev: Make m2mtest_dev_release function static

Fixes the following warning:
drivers/media/platform/mem2mem_testdev.c:73:6: warning:
symbol 'm2mtest_dev_release' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/mem2mem_testdev.c