CONTROL_DEVCONF0 has changed to OMAP2_CONTROL_DEVCONF0. Fixes
in omap_udc.c the use of such macro.
Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
 #include <asm/arch/control.h>
 
 #include "omap_udc.h"
+#include "../../../arch/arm/mach-omap2/control.h"
 
 #undef USB_TRACE
 
                 * do with the frame adjustment counter and McBSP2.
                 */
                ctrl_name = "control_devconf";
-               trans = ctrl_read_reg(CONTROL_DEVCONF0);
+               trans = ctrl_read_reg(OMAP2_CONTROL_DEVCONF0);
        } else {
                ctrl_name = "tranceiver_ctrl";
                trans = USB_TRANSCEIVER_CTRL_REG;