linux/drivers/usb/musb
Cong Wang 976d98cb72 usb: musb: fix a build error on mips
On mips, we got:

drivers/usb/musb/musb_io.h:44: error: conflicting types for 'readsl'
arch/mips/include/asm/io.h:529: error: previous definition of 'readsl' was here
drivers/usb/musb/musb_io.h:46: error: conflicting types for 'readsw'
arch/mips/include/asm/io.h:528: error: previous definition of 'readsw' was here
drivers/usb/musb/musb_io.h:48: error: conflicting types for 'readsb'

so, should add !defined(CONFIG_MIPS) too.

Cc: Felipe Balbi <balbi@ti.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-02-03 09:29:13 +02:00
..
Kconfig
Makefile
am35x.c
blackfin.c
blackfin.h
cppi_dma.c
cppi_dma.h
da8xx.c
davinci.c usb: musb: davinci: fix build breakage 2012-01-24 15:42:08 +02:00
davinci.h
musb_core.c usb: musb: fix shutdown while usb gadget is in use 2012-01-24 15:43:16 +02:00
musb_core.h
musb_debug.h
musb_debugfs.c
musb_dma.h
musb_gadget.c
musb_gadget.h
musb_gadget_ep0.c
musb_host.c
musb_host.h
musb_io.h usb: musb: fix a build error on mips 2012-02-03 09:29:13 +02:00
musb_regs.h
musb_virthub.c
musbhsdma.c
musbhsdma.h
omap2430.c usb: musb: omap2430: minor cleanups. 2012-01-25 10:02:46 +02:00
omap2430.h
tusb6010.c
tusb6010.h
tusb6010_omap.c
ux500.c
ux500_dma.c