usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h

nop-usb-xceiv was polluting otg.h with its own
function prototypes. Move those prototypes to
a nop-usb-xceiv.h header.

Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Felipe Balbi
2012-07-19 13:32:15 +03:00
父節點 0d7614f09c
當前提交 78c289f876
共有 10 個文件被更改,包括 26 次插入14 次删除

查看文件

@@ -33,6 +33,7 @@
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/usb/nop-usb-xceiv.h>
#include <mach/da8xx.h>
#include <mach/usb.h>