diff options
| author | Andre Heider <[email protected]> | 2013-10-22 22:27:20 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2013-11-12 09:28:48 +0100 |
| commit | e2788afe672d06d4ee92220c4d7d39a83b4f90ee (patch) | |
| tree | 7ba146aac64c257e1521ebc35d51dba6a55f5990 | |
| parent | 649acfe149e8a534a17eab54004a51d69b5556ed (diff) | |
ARM: bcm2835: add missing mbox overscan response field
Add the missing "right" field to struct bcm2835_mbox_tag_overscan.
Signed-off-by: Andre Heider <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Acked-by: Albert ARIBAUD <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-bcm2835/mbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h b/arch/arm/include/asm/arch-bcm2835/mbox.h index 24abe57959e..6b806ec57f7 100644 --- a/arch/arm/include/asm/arch-bcm2835/mbox.h +++ b/arch/arm/include/asm/arch-bcm2835/mbox.h @@ -350,6 +350,7 @@ struct bcm2835_mbox_tag_overscan { u32 top; u32 bottom; u32 left; + u32 right; } resp; } body; }; |
