ARM: OMAP2+: Make board-zoom.h local
This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
54b693d467
commit
8599e7c587
7 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue