[media] enable COMPILE_TEST for ti-vbe
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 20 Aug 2014 19:41:56 +0000 (13:41 -0600)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:17 +0000 (18:52 -0300)
commitf3334180d4790856bae42fb2e7a3137f9a36aa18
tree885e038ee99af3bb91e0872171028c46c8fcf389
parent1c17d8c748b251071c61a4383490881a4071b003
[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: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/Kconfig
drivers/media/platform/ti-vpe/vpe.c
This page took 0.112964 seconds and 5 git commands to generate.