Skip to content
Snippets Groups Projects
Commit e0ffaa8c authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

Remove unneeded version.h includes from arch/arm/


It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in arch/arm/.
This patch removes them.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 469bfb4a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
#include <linux/stddef.h>
#include <linux/list.h>
#include <linux/timer.h>
#include <linux/version.h>
#include <linux/io.h>
#include <mach/hardware.h>
......
......@@ -12,7 +12,6 @@
* consent.
*****************************************************************************/
#include <linux/version.h>
#include <linux/types.h>
#include <linux/module.h>
#include <csp/tmrHw.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment