rockchip: video: rk_vop: add grf field
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 7 Jun 2017 11:13:28 +0000 (13:13 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 8 Jun 2017 03:30:50 +0000 (21:30 -0600)
The last set of rebases had dropped the 'grf' field from the common
rk_vop.  Add this back to un-break the build (and driver).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/video/rockchip/rk_vop.h

index f65ac17..9bda514 100644 (file)
@@ -10,6 +10,7 @@
 #include <asm/arch/vop_rk3288.h>
 
 struct rk_vop_priv {
+       void *grf;
        void *regs;
 };