git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f36ff6
)
usb: phy: generic: switch over to IS_ENABLED()
author
Felipe Balbi
<balbi@ti.com>
Mon, 21 Apr 2014 15:50:35 +0000
(10:50 -0500)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 21 Apr 2014 19:07:25 +0000
(14:07 -0500)
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>
No differences found