From: Bryan Wu Date: Mon, 10 Nov 2008 03:25:13 +0000 (+0800) Subject: usb: musb: Blackfin provides read/write I/O accessor in header files X-Git-Tag: v2.6.28-omap1~58^2~4 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e48101d88f2d8941a7ef9bad30873964f2c382de;p=linux-2.6-omap-h63xx.git usb: musb: Blackfin provides read/write I/O accessor in header files Don't redefine the functions in musb driver Signed-off-by: Bryan Wu Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/musb/musb_io.h b/drivers/usb/musb/musb_io.h index 15f057722b6..b06e9ef00cf 100644 --- a/drivers/usb/musb/musb_io.h +++ b/drivers/usb/musb/musb_io.h @@ -39,7 +39,7 @@ #if !defined(CONFIG_ARM) && !defined(CONFIG_SUPERH) \ && !defined(CONFIG_AVR32) && !defined(CONFIG_PPC32) \ - && !defined(CONFIG_PPC64) + && !defined(CONFIG_PPC64) && !defined(CONFIG_BLACKFIN) static inline void readsl(const void __iomem *addr, void *buf, int len) { insl((unsigned long)addr, buf, len); } static inline void readsw(const void __iomem *addr, void *buf, int len)