rockchip: video: rk_vop: add grf field

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>
This commit is contained in:
Philipp Tomsich 2017-06-07 13:13:28 +02:00 committed by Simon Glass
parent ca562b630e
commit 64199d4ead

View file

@ -10,6 +10,7 @@
#include <asm/arch/vop_rk3288.h>
struct rk_vop_priv {
void *grf;
void *regs;
};