Commit 6e19f259 authored by Tony Lindgren's avatar Tony Lindgren

musb: Rename musbdefs.h to musb_core.h

Rename musbdefs.h to musb_core.h
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2071d5f9
......@@ -8,7 +8,7 @@
#include <linux/usb.h>
#include "musbdefs.h"
#include "musb_core.h"
#include "cppi_dma.h"
......
......@@ -10,7 +10,7 @@
#include <linux/dmapool.h>
#include "dma.h"
#include "musbdefs.h"
#include "musb_core.h"
#include "davinci.h"
......
......@@ -36,7 +36,7 @@
#include <asm/arch/gpio.h>
#include <asm/mach-types.h>
#include "musbdefs.h"
#include "musb_core.h"
#ifdef CONFIG_MACH_DAVINCI_EVM
......
......@@ -40,7 +40,7 @@
#include <linux/device.h>
#include <linux/interrupt.h>
#include "musbdefs.h"
#include "musb_core.h"
/* ep0 is always musb->endpoints[0].ep_in */
#define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0])
......
......@@ -106,7 +106,7 @@
#include <asm/mach-types.h>
#endif
#include "musbdefs.h"
#include "musb_core.h"
#ifdef CONFIG_ARCH_DAVINCI
......
......@@ -32,8 +32,8 @@
*
*/
#ifndef __MUSB_MUSBDEFS_H__
#define __MUSB_MUSBDEFS_H__
#ifndef __MUSB_CORE_H__
#define __MUSB_CORE_H__
#include <linux/slab.h>
#include <linux/list.h>
......@@ -522,4 +522,4 @@ static inline void musb_debug_delete(char *name, struct musb *data)
}
#endif
#endif /* __MUSB_MUSBDEFS_H__ */
#endif /* __MUSB_CORE_H__ */
......@@ -43,7 +43,7 @@
#include <linux/stat.h>
#include <linux/dma-mapping.h>
#include "musbdefs.h"
#include "musb_core.h"
/* MUSB PERIPHERAL status 3-mar:
......
......@@ -41,7 +41,7 @@
#include <linux/init.h>
#include <linux/list.h>
#include "musbdefs.h"
#include "musb_core.h"
#include "musb_host.h"
......
......@@ -44,7 +44,7 @@
#include <asm/uaccess.h> /* FIXME remove procfs writes */
#include <asm/arch/hardware.h>
#include "musbdefs.h"
#include "musb_core.h"
#include "davinci.h"
......
......@@ -38,7 +38,7 @@
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include "musbdefs.h"
#include "musb_core.h"
#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include "omap2430.h"
......
......@@ -33,7 +33,7 @@
#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
#include "musbdefs.h"
#include "musb_core.h"
#include "omap2430.h"
#ifdef CONFIG_ARCH_OMAP3430
......
......@@ -23,7 +23,7 @@
#include <linux/irq.h>
#include <linux/platform_device.h>
#include "musbdefs.h"
#include "musb_core.h"
static void tusb_source_power(struct musb *musb, int is_on);
......
......@@ -18,7 +18,7 @@
#include <asm/arch/dma.h>
#include <asm/arch/mux.h>
#include "musbdefs.h"
#include "musb_core.h"
/*
* REVISIT: With TUSB2.0 only one dmareq line can be used at a time.
......
......@@ -43,7 +43,7 @@
#include <asm/unaligned.h>
#include "musbdefs.h"
#include "musb_core.h"
static void musb_port_suspend(struct musb *musb, u8 bSuspend)
......
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