usb: dwc3: uses #if defined instead of IS_ENABLED
authorChanho Park <chanho61.park@samsung.com>
Thu, 10 Mar 2016 08:08:09 +0000 (17:08 +0900)
committerChanho Park <chanho61.park@samsung.com>
Mon, 11 Apr 2016 03:53:15 +0000 (12:53 +0900)
commit6add051e624e78fe186ab3df7e4d2b87957b4ea0
tree58eb72c18fa987700834e1e2c4ee87c8ba779112
parenteef9d39ad7727839c66f9afb12f1bc17d5549dca
usb: dwc3: uses #if defined instead of IS_ENABLED

This patch uses #if defined macro instead of IS_ENABLED
because it's not supported in this u-boot.

Change-Id: Ia351ebbb5213b94efaa421711555168ac462b860
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
drivers/usb/dwc3/core.c