diff options
author | Lad, Prabhakar <prabhakar.lad@ti.com> | 2012-08-13 05:32:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 16:01:54 -0300 |
commit | c6afbf298bde96209099c3b9aaf35c5937789a75 (patch) | |
tree | 66edc1bb1511e172903c3d3a47caf9c004e0ab74 /drivers/media/video/davinci/vpss.c | |
parent | 8746adda9eec9da9a2c5c2944740163628bd1d68 (diff) |
[media] davinci: fix build warning when CONFIG_DEBUG_SECTION_MISMATCH is enabled
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/davinci/vpss.c')
-rw-r--r-- | drivers/media/video/davinci/vpss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/vpss.c b/drivers/media/video/davinci/vpss.c index 3e5cf27ec2b2..8f682d8255c0 100644 --- a/drivers/media/video/davinci/vpss.c +++ b/drivers/media/video/davinci/vpss.c @@ -460,7 +460,7 @@ static int __devexit vpss_remove(struct platform_device *pdev) return 0; } -static struct platform_driver vpss_driver = { +static __refdata struct platform_driver vpss_driver = { .driver = { .name = "vpss", .owner = THIS_MODULE, |