EXYNOS: Fix USB compiler warning
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 9 Jul 2012 19:34:34 +0000 (19:34 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 10 Jul 2012 06:50:05 +0000 (08:50 +0200)
Fixed the compiler warning message.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Marek Vasut <marex@denx.de>
arch/arm/cpu/armv7/exynos/system.c

index cc6ee03..4426611 100644 (file)
@@ -29,7 +29,6 @@ static void exynos5_set_usbhost_mode(unsigned int mode)
 {
        struct exynos5_sysreg *sysreg =
                (struct exynos5_sysreg *)samsung_get_base_sysreg();
-       unsigned int phy_cfg;
 
        /* Setting USB20PHY_CONFIG register to USB 2.0 HOST link */
        if (mode == USB20_PHY_CFG_HOST_LINK_EN) {