From 28f393cd5a1e0a74363dd34ba75e92a7fb005fd8 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 3 Mar 2015 17:32:03 +0100 Subject: usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCs This definition is necessary for Exynos based boards to work properly. Signed-off-by: Lukasz Majewski --- board/samsung/common/board.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/samsung/common') diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 2e17da8..0979868 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -25,6 +25,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR; @@ -386,3 +387,8 @@ void reset_misc(void) dm_gpio_set_value(&gpio, 1); } } + +int board_usb_cleanup(int index, enum usb_init_type init) +{ + return 0; +} -- cgit v1.1