Commit 2071d5f9 authored by Tony Lindgren's avatar Tony Lindgren

musb: Rename musbhdrc.h to musb_regs.h

Rename musbhdrc.h to musb_regs.h
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent beffd996
......@@ -32,8 +32,8 @@
*
*/
#ifndef __MUSB_HDRC_DEFS_H__
#define __MUSB_HDRC_DEFS_H__
#ifndef __MUSB_REGS_H__
#define __MUSB_REGS_H__
#define MUSB_EP0_FIFOSIZE 64 /* This is non-configurable */
......@@ -297,4 +297,4 @@
/* HUBADDR */
#define MUSB_HUBADDR_MULTI_TT 0x80
#endif /* __MUSB_HDRC_DEFS_H__ */
#endif /* __MUSB_REGS_H__ */
......@@ -69,7 +69,7 @@ struct musb_ep;
#endif
#include "musb_io.h"
#include "musbhdrc.h"
#include "musb_regs.h"
#include "musb_gadget.h"
#include "../core/hcd.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment