]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 cc6ee031c7384b121f21e223ca3435b2e8fd6232..4426611d1be0cd8754000b8110df698e102ec432 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) {