Skip to content

Commit

Permalink
ARM: OMAP2+: Make board-zoom.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 Oct 17, 2012
1 parent 54b693d commit 8599e7c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-3630sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "gpmc-smc91x.h"
#include <plat/usb.h>

#include <mach/board-zoom.h>
#include "board-zoom.h"

#include "board-flash.h"
#include "mux.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-ldp.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "common.h"
#include "gpmc.h"
#include <mach/board-zoom.h>
#include "board-zoom.h"
#include <plat/usb.h>
#include "gpmc-smsc911x.h"

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-zoom-debugboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "gpmc.h"
#include "gpmc-smsc911x.h"

#include <mach/board-zoom.h>
#include "board-zoom.h"

#include "soc.h"
#include "common.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-zoom-display.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <linux/spi/spi.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <video/omapdss.h>
#include <mach/board-zoom.h>
#include "board-zoom.h"

#include "common.h"

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-zoom-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "common.h"
#include <plat/usb.h>

#include <mach/board-zoom.h>
#include "board-zoom.h"

#include "mux.h"
#include "hsmmc.h"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-zoom.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "common.h"
#include <plat/usb.h>

#include <mach/board-zoom.h>
#include "board-zoom.h"

#include "board-flash.h"
#include "mux.h"
Expand Down
File renamed without changes.

0 comments on commit 8599e7c

Please sign in to comment.