Skip to content

Commit

Permalink
ARM: OMAP2+: Make l4_2xxx.h local
Browse files Browse the repository at this point in the history
This can be local to mach-omap2.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Sep 20, 2012
1 parent 79e3cb2 commit 70606b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/omap_hwmod_2420_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <plat/i2c.h>
#include <plat/dmtimer.h>
#include "l3_2xxx.h"
#include <plat/l4_2xxx.h>
#include "l4_2xxx.h"
#include <plat/mmc.h>

#include "omap_hwmod_common_data.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/omap_hwmod_2xxx_interconnect_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <plat/omap_hwmod.h>
#include <plat/serial.h>
#include "l3_2xxx.h"
#include <plat/l4_2xxx.h>
#include "l4_2xxx.h"

#include "omap_hwmod_common_data.h"

Expand Down

0 comments on commit 70606b1

Please sign in to comment.