[media] v4l: s5p-tv: Fix section mismatch warning in mixer_video.c
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 12 Mar 2012 06:13:34 +0000 (03:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:02:45 +0000 (09:02 -0300)
commite6364a987413b9e5413b48e9d31ecdd2b02bb28b
tree17a0223c732013528836404e65fa0386ecc5e1c6
parentef6a6ddc4d084774bac14df8b8867a42739cf142
[media] v4l: s5p-tv: Fix section mismatch warning in mixer_video.c

The function __devinit mxr_probe() references
a function __devexit mxr_release_video().

Since mxr_release_video() is referenced outside the exit section, the following
compilation warning is generated which is fixed here:

WARNING: drivers/media/video/s5p-tv/s5p-mixer.o(.devinit.text+0x340):
Section mismatch in reference from the function mxr_probe() to the function
devexit.text:mxr_release_video()

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-tv/mixer.h
drivers/media/video/s5p-tv/mixer_video.c