dect
/
linux-2.6
Archived
13
0
Fork 0

mtd: DaVinci: Removed header file that is not required

The DaVinci NAND driver was including the mach-types.h header
file.
This prevented the DaVinci NAND driver from getting used
in a DSP only device. The linux port on c6x devices can make
use of the same driver and does not define a corresponding
header file.

This header file was required in the driver because earlier there was code
dependent on a machine_* check. This piece of code has now been factored out
and is in arch/arm/mach-davinci/aemif.c

Thus removing the header file is harmless

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
Sandeep Paulraj 2011-03-07 13:50:44 -05:00 committed by David Woodhouse
parent 4332c11686
commit f43272c482
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@
#include <mach/nand.h>
#include <mach/aemif.h>
#include <asm/mach-types.h>
/*
* This is a device driver for the NAND flash controller found on the
* various DaVinci family chips. It handles up to four SoC chipselects,