
21 Nov
2011
21 Nov
'11
8:03 p.m.
On Monday 21 November 2011 11:33:38 Christian Riesch wrote:
--- /dev/null +++ b/arch/arm/include/asm/arch-davinci/da850_pinmux.h
+const struct pinmux_config spi1_pins[] = {
- { pinmux(5), 1, 1 },
- { pinmux(5), 1, 2 },
- { pinmux(5), 1, 4 },
- { pinmux(5), 1, 5 }
+};
variable storage should not be in headers. why can't this be in a C file ? -mike