
20 Oct
2011
20 Oct
'11
10:08 p.m.
On Thursday 20 October 2011 15:03:28 Simon Glass wrote:
--- a/drivers/spi/tegra2_spi.c +++ b/drivers/spi/tegra2_spi.c
+#include <ns16550.h> /* for NS16550_drain and NS16550_clear */
except you don't use those funcs in this file ... so this include shouldn't be here ?
+#include "uart-spi-fix.h"
this file isn't in drivers/spi/, so you shouldn't be using "". -mike