|
@@ -20,6 +20,7 @@
|
|
|
#include <linux/err.h>
|
|
#include <linux/err.h>
|
|
|
#include <linux/gpio/driver.h>
|
|
#include <linux/gpio/driver.h>
|
|
|
#include <linux/platform_device.h>
|
|
#include <linux/platform_device.h>
|
|
|
|
|
+#include <linux/platform_data/txx9/ndfmc.h>
|
|
|
#include <linux/serial_core.h>
|
|
#include <linux/serial_core.h>
|
|
|
#include <linux/mtd/physmap.h>
|
|
#include <linux/mtd/physmap.h>
|
|
|
#include <linux/leds.h>
|
|
#include <linux/leds.h>
|
|
@@ -35,7 +36,6 @@
|
|
|
#include <asm/txx9/generic.h>
|
|
#include <asm/txx9/generic.h>
|
|
|
#include <asm/txx9/pci.h>
|
|
#include <asm/txx9/pci.h>
|
|
|
#include <asm/txx9tmr.h>
|
|
#include <asm/txx9tmr.h>
|
|
|
-#include <asm/txx9/ndfmc.h>
|
|
|
|
|
#include <asm/txx9/dmac.h>
|
|
#include <asm/txx9/dmac.h>
|
|
|
#ifdef CONFIG_CPU_TX49XX
|
|
#ifdef CONFIG_CPU_TX49XX
|
|
|
#include <asm/txx9/tx4938.h>
|
|
#include <asm/txx9/tx4938.h>
|