Skip to content
Commit f3334180 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] enable COMPILE_TEST for ti-vbe



Allowing COMPILE_TEST here is trivial, but there's one missing
header to be added:

drivers/media/platform/ti-vpe/vpe.c: In function ‘vpe_probe’:
drivers/media/platform/ti-vpe/vpe.c:2266:56: error: ‘SZ_32K’ undeclared (first use in this function)
  dev->base = devm_ioremap(&pdev->dev, dev->res->start, SZ_32K);
                                                        ^

Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 1c17d8c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment