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/vpif.c | |
parent | 8746adda9eec9da9a2c5c2944740163628bd1d68 (diff) | |
download | linux-next-c6afbf298bde96209099c3b9aaf35c5937789a75.tar.gz |
[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/vpif.c')
-rw-r--r-- | drivers/media/video/davinci/vpif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/vpif.c b/drivers/media/video/davinci/vpif.c index b3637aff8fee..a058fed768ef 100644 --- a/drivers/media/video/davinci/vpif.c +++ b/drivers/media/video/davinci/vpif.c @@ -490,7 +490,7 @@ static const struct dev_pm_ops vpif_pm = { #define vpif_pm_ops NULL #endif -static struct platform_driver vpif_driver = { +static __refdata struct platform_driver vpif_driver = { .driver = { .name = "vpif", .owner = THIS_MODULE, |