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:
parent
ca562b630e
commit
64199d4ead
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <asm/arch/vop_rk3288.h>
|
||||
|
||||
struct rk_vop_priv {
|
||||
void *grf;
|
||||
void *regs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue