usb: phy: generic: switch over to IS_ENABLED()
authorFelipe Balbi <balbi@ti.com>
Mon, 21 Apr 2014 15:50:35 +0000 (10:50 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Apr 2014 19:07:25 +0000 (14:07 -0500)
commitdca769bd5a76e9e634cc36987760306846153cac
tree9017bb2b22932d2cfb2fe6514cebec3c725503ac
parent2f36ff6915c6c00df8b9962d9c6c7992befcf8ce
usb: phy: generic: switch over to IS_ENABLED()

when checking if our generic PHY is enabled,
it's a lot easier to use IS_ENABLED() instead
of manually checking for it. While at that, also
remove the bogus defined(MODULE) at the end of
the line.

Signed-off-by: Felipe Balbi <balbi@ti.com>
include/linux/usb/usb_phy_generic.h
This page took 0.026762 seconds and 5 git commands to generate.