]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: omap3isp/isp: remove an unused static var
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 5 Apr 2018 14:42:48 +0000 (10:42 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 17 Apr 2018 08:55:41 +0000 (04:55 -0400)
commit3f4836beb2ebeb0211d9911d878a267d687e0e6e
treebf2569f73899e748267dad05d5e19ca5f8ca3c14
parent60cc43fc888428bb2f18f08997432d426a243338
media: omap3isp/isp: remove an unused static var

The isp_xclk_init_data const data isn't used anywere.

drivers/media/platform/omap3isp/isp.c:294:35: warning: ‘isp_xclk_init_data’ defined but not used [-Wunused-const-variable=]
 static const struct clk_init_data isp_xclk_init_data = {
                                   ^~~~~~~~~~~~~~~~~~

Fixes: 9b28ee3c9122 ("[media] omap3isp: Use the common clock framework")
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/omap3isp/isp.c