Browse Source

EXYNOS: Fix USB compiler warning

Fixed the compiler warning message.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Marek Vasut <marex@denx.de>
Rajeshwari Shinde 12 years ago
parent
commit
30704dae46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/cpu/armv7/exynos/system.c

+ 0 - 1
arch/arm/cpu/armv7/exynos/system.c

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