mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
usb: musb: drop old musb read/write prototypes
These functions are no longer defined, so remove their prototypes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
parent
4e04f16020
commit
7984967a94
1 changed files with 0 additions and 6 deletions
|
|
@ -307,10 +307,4 @@ extern void musb_configure_ep(struct musb_epinfo *epinfo, u8 cnt);
|
|||
extern void write_fifo(u8 ep, u32 length, void *fifo_data);
|
||||
extern void read_fifo(u8 ep, u32 length, void *fifo_data);
|
||||
|
||||
/* extern functions */
|
||||
extern inline void musb_writew(u32 offset, u16 value);
|
||||
extern inline void musb_writeb(u32 offset, u8 value);
|
||||
extern inline u16 musb_readw(u32 offset);
|
||||
extern inline u8 musb_readb(u32 offset);
|
||||
|
||||
#endif /* __MUSB_HDRC_DEFS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue