
19 Jul
2012
19 Jul
'12
3:59 p.m.
On Thursday 12 July 2012 11:25:12 Simon Glass wrote:
--- a/common/lcd.c +++ b/common/lcd.c
+#ifdef CONFIG_ARM +#include <asm/system.h> +#endif
this header isn't ARM specific. also, i think most arches just include this in their "main" points rather than any non-arch places including it explicitly. -mike