9
0
Fork 0

ARM: bcm2835: add missing mbox overscan response field

Add the missing "right" field to struct bcm2835_mbox_tag_overscan.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andre Heider 2013-11-05 00:01:02 +01:00 committed by Sascha Hauer
parent 9617cfecbe
commit 5e9596f3ad
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ struct bcm2835_mbox_tag_overscan {
u32 top;
u32 bottom;
u32 left;
u32 right;
} resp;
} body;
};