From patchwork Tue Mar 1 22:40:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: NAND: DaVinci: Removed header file that is not required Date: Tue, 01 Mar 2011 12:40:51 -0000 From: Sandeep Paulraj X-Patchwork-Id: 84996 Message-Id: <1299019251-19518-1-git-send-email-s-paulraj@ti.com> To: davinci-linux-open-source@linux.davincidsp.com, linux-mtd@lists.infradead.org Cc: Sandeep Paulraj From: Sandeep Paulraj 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; so removing it. Signed-off-by: Sandeep Paulraj --- drivers/mtd/nand/davinci_nand.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index a90fde3..aff3468 100644 --- a/drivers/mtd/nand/davinci_nand.c +++ b/drivers/mtd/nand/davinci_nand.c @@ -37,9 +37,6 @@ #include #include -#include - - /* * This is a device driver for the NAND flash controller found on the * various DaVinci family chips. It handles up to four SoC chipselects,