mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
media: sh_vou: Drop bogus __refdata annotation
Since commit 4c62e9764a ("Drivers: media: remove __dev*
attributes.") in v3.8, the SuperH Video Output Unit driver no longer has
any code or data located in initmem, hence there is no need to annotate
the sh_vou structure with __refdata. Drop the annotation, to avoid
suppressing future section warnings.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
d170a5f093
commit
c532fe0b75
|
|
@ -1355,7 +1355,7 @@ static int sh_vou_remove(struct platform_device *pdev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static struct platform_driver __refdata sh_vou = {
|
||||
static struct platform_driver sh_vou = {
|
||||
.remove = sh_vou_remove,
|
||||
.driver = {
|
||||
.name = "sh-vou",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user