Commit 57c89707 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by 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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment