]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/musb/musb_io.h
USB: musb: Blackfin provides read/write I/O accessor in header files
[linux-2.6-omap-h63xx.git] / drivers / usb / musb / musb_io.h
index 15f057722b64f84437702efd03e36cfe8fe18948..b06e9ef00cfc1582d3694cfa40c4fbc1a9a6732f 100644 (file)
@@ -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)