Skip to content

Commit

Permalink
[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mm
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 28, 2008
1 parent 0b3ce7f commit 5bed1fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/arm/mm/cache-v3.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mm/cache-v4.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"

Expand Down
1 change: 0 additions & 1 deletion arch/arm/mm/cache-v4wt.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <mach/hardware.h>
#include <asm/page.h>
#include "proc-macros.S"

Expand Down

0 comments on commit 5bed1fb

Please sign in to comment.