]> git.sur5r.net Git - u-boot/commit
stdio_dev.h: Drop the video section as it is unused
authorTom Rini <trini@konsulko.com>
Thu, 3 May 2018 13:12:25 +0000 (09:12 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 6 May 2018 17:34:37 +0000 (13:34 -0400)
commitdba8070f447d9490406005b3f16f225effc85893
tree246e8d6ff043a44747f80ba81af685123243f7c1
parentdb13e05ddae8f4ca01c56fc729e67058774df044
stdio_dev.h: Drop the video section as it is unused

With tighter build flags the fact that this header referenced
uchar/ushort without including what typedefs it causes an error.  Rather
than add another include here, drop the section in question as it is
unused.

Reported-by: Peter Robinson <pbrobinson@gmail.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/stdio_dev.h