projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085ad40
)
USB: musb: Blackfin provides read/write I/O accessor in header files
author
Bryan Wu
<
[email protected]
>
Tue, 2 Dec 2008 19:33:50 +0000
(21:33 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 7 Jan 2009 18:00:08 +0000
(10:00 -0800)
Don't redefine the functions in musb driver
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/musb/musb_io.h
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_io.h
b/drivers/usb/musb/musb_io.h
index 15f057722b64f84437702efd03e36cfe8fe18948..b06e9ef00cfc1582d3694cfa40c4fbc1a9a6732f 100644
(file)
--- 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)