From: Sachin Kamat Date: Mon, 12 Mar 2012 06:13:34 +0000 (-0300) Subject: [media] v4l: s5p-tv: Fix section mismatch warning in mixer_video.c X-Git-Tag: v3.5-rc1~104^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6364a987413b9e5413b48e9d31ecdd2b02bb28b;p=pandora-kernel.git [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 Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed