提交 57c89707 编写于 作者: N Nicolas Pitre 提交者: Nicolas Pitre

musb_debugfs.c: remove unneeded includes on ARM

Nothing actually requires that <mach/hardware.h>, <mach/memory.h> nor
<asm/mach-types.h> be included here.
Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: NFelipe Balbi <balbi@ti.com>
上级 98b0124f
......@@ -41,12 +41,6 @@
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#ifdef CONFIG_ARM
#include <mach/hardware.h>
#include <mach/memory.h>
#include <asm/mach-types.h>
#endif
#include <asm/uaccess.h>
#include "musb_core.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册