[ARM] tegra: Modify board-stingray to use correct name for tegra_camera device
authorRebecca Schultz Zavin <rebecca@android.com>
Tue, 10 Aug 2010 20:02:19 +0000 (13:02 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:38 +0000 (16:33 -0700)
Change-Id: I2dfd8100b264ecbfb43eed669881ec535c8a7bcd
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
arch/arm/mach-tegra/board-stingray.c

index 9ca42d5ac6cfdb2837b0cd350c120d3b6360d8a2..c46b7060b61eaf773d3529ec8ea0e857eed1ec27 100644 (file)
@@ -489,8 +489,8 @@ static struct platform_device bcm4329_rfkill = {
        .id = -1,
 };
 
-static struct platform_device tegra_isp = {
-       .name = "tegra_isp",
+static struct platform_device tegra_camera = {
+       .name = "tegra_camera",
        .id = -1,
 };
 
@@ -546,7 +546,7 @@ static struct platform_device *stingray_devices[] __initdata = {
        &tegra_spi_device4,
        &tegra_gart_dev,
        &ram_console_device,
-       &tegra_isp,
+       &tegra_camera,
        &tegra_i2s_device1,
 };