summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-02-23 15:33:52 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:09 -0800
commit0b010644faef90c16bb4710794bf8a1315bb765a (patch)
tree3e099d3c9a43a648d4a722af572f89d2c1ae8996 /arch/arm/mach-tegra/board-ventana.c
parent61ce2e2ccf9b0e22e57f10e31f4cd50c49bab382 (diff)
ARM: tegra: ventana: style changes
Rebase-Id: R3c319c43f73a5db8fcd41c8c10b83deda0df36b8
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index 3dac075dc5c7..2ffc11513626 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -320,13 +320,13 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = {
},
};
-static void ventana_usb_init()
+static void ventana_usb_init(void)
{
tegra_ehci3_device.dev.platform_data=&tegra_ehci_pdata[2];
platform_device_register(&tegra_ehci3_device);
}
-struct platform_device *tegra_usb_otg_host_register()
+struct platform_device *tegra_usb_otg_host_register(void)
{
struct platform_device *pdev;
void *platform_data;