From: Felipe Balbi Date: Mon, 21 Apr 2014 15:50:35 +0000 (-0500) Subject: usb: phy: generic: switch over to IS_ENABLED() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca769bd5a76e9e634cc36987760306846153cac;p=pandora-kernel.git 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 --- Reading git-diff-tree failed