Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
5bed1fb3
Commit
5bed1fb3
authored
Nov 28, 2008
by
Russell King
Committed by
Russell King
Nov 28, 2008
Browse files
[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mm
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
0b3ce7fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
arch/arm/mm/cache-v3.S
View file @
5bed1fb3
...
...
@@ -9,7 +9,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"
...
...
arch/arm/mm/cache-v4.S
View file @
5bed1fb3
...
...
@@ -9,7 +9,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"
...
...
arch/arm/mm/cache-v4wt.S
View file @
5bed1fb3
...
...
@@ -13,7 +13,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment