aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-11-06 11:16:41 +0000
committerLuka Perkov <luka@openwrt.org>2012-11-06 11:16:41 +0000
commit9a5c26d4ef75271c575e754ae47d190b221d0861 (patch)
tree5157882db91420d08f46d6cdf4bfb5f4346c03d8 /target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
parent7404e59bbd591f1849dbd5d71aaab568f35d7434 (diff)
downloadupstream-9a5c26d4ef75271c575e754ae47d190b221d0861.tar.gz
upstream-9a5c26d4ef75271c575e754ae47d190b221d0861.tar.bz2
upstream-9a5c26d4ef75271c575e754ae47d190b221d0861.zip
cns3xxx: use files directory
SVN-Revision: 34101
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
index 2f54a7299f..439403ac0e 100644
--- a/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
+++ b/target/linux/cns3xxx/patches-3.3/051-cns3xxx_gigabit.patch
@@ -1299,35 +1299,6 @@
+MODULE_DESCRIPTION("Cavium CNS3xxx Ethernet driver");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:cns3xxx_eth");
---- /dev/null
-+++ b/arch/arm/mach-cns3xxx/include/mach/platform.h
-@@ -0,0 +1,26 @@
-+/*
-+ * arch/arm/mach-cns3xxx/include/mach/platform.h
-+ *
-+ * Copyright 2011 Gateworks Corporation
-+ * Chris Lang <clang@gateworks.com
-+ *
-+ * This file is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License, Version 2, as
-+ * published by the Free Software Foundation.
-+ *
-+ */
-+
-+#ifndef __ASM_ARCH_PLATFORM_H
-+#define __ASM_ARCH_PLATFORM_H
-+
-+#ifndef __ASSEMBLY__
-+
-+/* Information about built-in Ethernet MAC interfaces */
-+struct cns3xxx_plat_info {
-+ u8 ports; /* Bitmap of enabled Ports */
-+ u8 hwaddr[4][6];
-+ u32 phy[3];
-+};
-+
-+#endif /* __ASM_ARCH_PLATFORM_H */
-+#endif
--- a/drivers/net/ethernet/Kconfig
+++ b/drivers/net/ethernet/Kconfig
@@ -32,6 +32,7 @@ source "drivers/net/ethernet/calxeda/Kco