Skip to content

Commit

Permalink
ep93xx: Remove unnecessary includes of ep93xx-regs.h
Browse files Browse the repository at this point in the history
Remove the include of ep93xx-regs.h from files which no longer need
it, notably include/mach/hardware.h.

Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
  • Loading branch information
Ryan Mallon committed Mar 14, 2012
1 parent 9aeec63 commit a6de3df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ep93xx/crunch.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/io.h>
#include <mach/ep93xx-regs.h>

#include <asm/thread_notify.h>

#include "soc.h"
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-ep93xx/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H

#include <mach/ep93xx-regs.h>
#include <mach/platform.h>

/*
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-ep93xx/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#ifndef _EP93XX_SOC_H
#define _EP93XX_SOC_H

#include <mach/ep93xx-regs.h>

/*
* EP93xx Physical Memory Map:
*
Expand Down

0 comments on commit a6de3df

Please sign in to comment.