Commit 5d0acbd9 authored by Kevin Hilman's avatar Kevin Hilman

davinci: drop mach/board.h and move mmc stuff to mach/mmc.h

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 01b2d84d
......@@ -30,10 +30,10 @@
#include <mach/hardware.h>
#include <mach/psc.h>
#include <mach/common.h>
#include <mach/board.h>
#include <mach/emac.h>
#include <mach/i2c.h>
#include <mach/serial.h>
#include <mach/mmc.h>
#define DAVINCI_ASYNC_EMIF_CONTROL_BASE 0x01e10000
#define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE 0x02000000
......
......@@ -36,11 +36,11 @@
#include <mach/dm644x.h>
#include <mach/common.h>
#include <mach/board.h>
#include <mach/emac.h>
#include <mach/i2c.h>
#include <mach/serial.h>
#include <mach/psc.h>
#include <mach/mmc.h>
#define DAVINCI_CFC_ATA_BASE 0x01C66000
......
......@@ -33,12 +33,12 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/flash.h>
#include <mach/board.h>
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/psc.h>
#include <mach/serial.h>
#include <mach/i2c.h>
#include <mach/mmc.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
......
......@@ -48,7 +48,6 @@
#include <mach/dm644x.h>
#include <mach/common.h>
#include <mach/board.h>
#include <mach/emac.h>
#include <mach/i2c.h>
#include <mach/serial.h>
......
......@@ -22,13 +22,13 @@
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <mach/board.h>
#include <mach/hardware.h>
#include <mach/edma.h>
#include <mach/emac.h>
#include <mach/i2c.h>
#include <mach/cpu.h>
#include <mach/mux.h>
#include <mach/mmc.h>
#include "clock.h"
......
/*
* Information structures for board-specific data
*
* Derived from OMAP board.h:
* Copyright (C) 2004 Nokia Corporation
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
* Board-specific MMC configuration
*/
#ifndef _DAVINCI_BOARD_H
#define _DAVINCI_BOARD_H
#ifndef _DAVINCI_MMC_H
#define _DAVINCI_MMC_H
#include <linux/types.h>
......
......@@ -32,7 +32,6 @@
#include <mach/hardware.h>
#include <mach/serial.h>
#include <mach/irqs.h>
#include <mach/board.h>
#include <mach/cpu.h>
#include "clock.h"
......
......@@ -31,7 +31,7 @@
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <mach/board.h>
#include <mach/mmc.h>
#include <mach/cpu.h>
#include <mach/edma.h>
#include <mach/hardware.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment