mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
[ARM] tegra: stingray: Rename board-stingray-spi to board-stingray-power
Change-Id: I7a770d5d5364916a455cb3470f1c9bf5b1bf6922 Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
parent
b57ee4325a
commit
07dd048e75
|
|
@ -61,7 +61,7 @@ obj-${CONFIG_MACH_STINGRAY} += board-stingray-wifi.o
|
|||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-sensors.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-wlan_nvs.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-touch.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-spi.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-power.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-rfkill.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-gps.o
|
||||
obj-${CONFIG_MACH_STINGRAY} += board-stingray-usbnet.o
|
||||
|
|
|
|||
|
|
@ -600,7 +600,7 @@ static struct spi_board_info stingray_spi_board_info[] __initdata = {
|
|||
},
|
||||
};
|
||||
|
||||
int __init stingray_spi_init(void)
|
||||
int __init stingray_power_init(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
@ -597,7 +597,7 @@ static void __init tegra_stingray_init(void)
|
|||
stingray_power_off_init();
|
||||
stingray_keypad_init();
|
||||
stingray_touch_init();
|
||||
stingray_spi_init();
|
||||
stingray_power_init();
|
||||
stingray_panel_init();
|
||||
stingray_sdhci_init();
|
||||
stingray_w1_init();
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ int stingray_keypad_init(void);
|
|||
int stingray_wlan_init(void);
|
||||
int stingray_sensors_init(void);
|
||||
int stingray_touch_init(void);
|
||||
int stingray_spi_init(void);
|
||||
int stingray_power_init(void);
|
||||
int stingray_revision(void);
|
||||
void stingray_gps_init(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user