From: Paul Bolle Date: Fri, 16 May 2014 10:00:57 +0000 (+0200) Subject: ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP X-Git-Tag: omap-for-v3.16/board-signed^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c2f02edbeda9409a7cf3fd66233015820c213a;p=pandora-kernel.git ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP Commit 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built") apparently required that checks for CONFIG_USB_GADGET_OMAP would be replaced with checks for CONFIG_USB_OMAP. Do so now for the remaining checks for CONFIG_USB_GADGET_OMAP, even though these checks have basically been broken since v3.1. And, since we're touching this code, use the IS_ENABLED() macro, so things will now (hopefully) also work if USB_OMAP is modular. Fixes: 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built") Signed-off-by: Paul Bolle Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed