]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/ipu_regs.h
video: ipu reg: Correct reserved array size in struct ipu_idmac
[karo-tx-uboot.git] / drivers / video / ipu_regs.h
index b2481a48679d2aecadac732a35427931ba337382..21e9c99e0e637b68e1c834e16189f7694d72b961 100644 (file)
@@ -188,7 +188,7 @@ struct ipu_idmac {
        u32 sub_addr[5];
        u32 bndm_en[2];
        u32 sc_cord[2];
-       u32 reserved[45];
+       u32 reserved[44];
        u32 ch_busy[2];
 };