usb: musb: choose correct fifo_mode
commitee34e51a7458ba59af65d1b0eb9c7fa9d19a7586
authorFelipe Balbi <balbi@ti.com>
Wed, 29 Jun 2011 09:45:03 +0000 (29 12:45 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:31:10 +0000 (1 14:31 -0700)
treeba7a01b130bce5c29b6c8fc7b56902b865bdf5a0
parent622859634a663c5e55d0e2a2cdbb55ac058d97b3
usb: musb: choose correct fifo_mode

When we start building glue layers as modules,
we need to be careful with the fifo_mode changes
otherwise that weird ifdeferry won't evaluate
correctly. Add the missing _MODULE variants for
all glue layers to prevent everybody from using
fifo_mode 2.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c