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>
This commit is contained in:
Rajeshwari Shinde 2012-07-09 19:34:34 +00:00 committed by Wolfgang Denk
parent ba662f8998
commit 30704dae46

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