aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2011-11-04 18:43:14 +0800
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:39:06 +0800
commit2c24ec729747ce61d9ebb79de061a80f47e0883b (patch)
tree2265d9dbba451c67555cd147abccb6853bd8ecd5 /drivers
parent2ed5ef1c9be37481a4926e2e58fde3ce8a8bbda1 (diff)
ENGR00161447-1 v4l2: fix section missmach warning
fix section mismatch warning Signed-off-by: Frank Li <Frank.Li@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/output/mxc_vout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/output/mxc_vout.c b/drivers/media/video/mxc/output/mxc_vout.c
index 26ab55af4cb..ccce9a43ee4 100644
--- a/drivers/media/video/mxc/output/mxc_vout.c
+++ b/drivers/media/video/mxc/output/mxc_vout.c
@@ -1412,7 +1412,7 @@ static int __init mxc_vout_setup_output(struct mxc_vout_dev *dev)
return ret;
}
-static int __init mxc_vout_probe(struct platform_device *pdev)
+static int mxc_vout_probe(struct platform_device *pdev)
{
int ret;
struct mxc_vout_dev *dev;