[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:
Colin Cross 2010-06-23 16:03:20 -07:00
parent b57ee4325a
commit 07dd048e75
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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;

View File

@ -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();

View File

@ -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);