mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-03 01:24:40 +00:00
davinci: da850: remove unused uart pinmux arrays.
The da850 uart pinmux arrays are not used. Remove them. Signed-off-by: Michael Williamson <michael.williamson@criticallink.com> Tested-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
This commit is contained in:
parent
5a0d80ea80
commit
a42f18c96d
@ -572,21 +572,6 @@ static const struct mux_config da850_pins[] = {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
const short da850_uart0_pins[] __initdata = {
|
|
||||||
DA850_NUART0_CTS, DA850_NUART0_RTS, DA850_UART0_RXD, DA850_UART0_TXD,
|
|
||||||
-1
|
|
||||||
};
|
|
||||||
|
|
||||||
const short da850_uart1_pins[] __initdata = {
|
|
||||||
DA850_UART1_RXD, DA850_UART1_TXD,
|
|
||||||
-1
|
|
||||||
};
|
|
||||||
|
|
||||||
const short da850_uart2_pins[] __initdata = {
|
|
||||||
DA850_UART2_RXD, DA850_UART2_TXD,
|
|
||||||
-1
|
|
||||||
};
|
|
||||||
|
|
||||||
const short da850_i2c0_pins[] __initdata = {
|
const short da850_i2c0_pins[] __initdata = {
|
||||||
DA850_I2C0_SDA, DA850_I2C0_SCL,
|
DA850_I2C0_SDA, DA850_I2C0_SCL,
|
||||||
-1
|
-1
|
||||||
|
@ -123,9 +123,6 @@ extern const short da830_ecap2_pins[];
|
|||||||
extern const short da830_eqep0_pins[];
|
extern const short da830_eqep0_pins[];
|
||||||
extern const short da830_eqep1_pins[];
|
extern const short da830_eqep1_pins[];
|
||||||
|
|
||||||
extern const short da850_uart0_pins[];
|
|
||||||
extern const short da850_uart1_pins[];
|
|
||||||
extern const short da850_uart2_pins[];
|
|
||||||
extern const short da850_i2c0_pins[];
|
extern const short da850_i2c0_pins[];
|
||||||
extern const short da850_i2c1_pins[];
|
extern const short da850_i2c1_pins[];
|
||||||
extern const short da850_lcdcntl_pins[];
|
extern const short da850_lcdcntl_pins[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user