aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/include/mach/dm365.h
diff options
context:
space:
mode:
authorSriramakrishnan <srk@ti.com>2009-11-19 15:58:25 +0530
committerKevin Hilman <khilman@deeprootsystems.com>2010-02-04 13:29:50 -0800
commit8ee2bf9ab792d0c02b13ca3acbd036debb7745d9 (patch)
tree3aee12e86ef03b9df2727c9032eaf60d2a7a11b4 /arch/arm/mach-davinci/include/mach/dm365.h
parentfc42e335ee6a7dd1f740c0fc868d607cc689d7c4 (diff)
TI Davinci EMAC : Re-use driver for other platforms.
The davinci EMAC peripheral is also available on other TI platforms -notably TI AM3517 SoC. This patch modifies the config option and the platform structure header files so that the driver can be reused on non-davinci platforms as well. Signed-off-by: Sriramakrishnan <srk@ti.com> Acked-by: Chaithrika U S <chaithrika@ti.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/dm365.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/dm365.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h
index 9fc5a64a536..c3610eb3986 100644
--- a/arch/arm/mach-davinci/include/mach/dm365.h
+++ b/arch/arm/mach-davinci/include/mach/dm365.h
@@ -14,8 +14,8 @@
#define __ASM_ARCH_DM665_H
#include <linux/platform_device.h>
+#include <linux/davinci_emac.h>
#include <mach/hardware.h>
-#include <mach/emac.h>
#include <mach/asp.h>
#include <mach/keyscan.h>
#include <media/davinci/vpfe_capture.h>