From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 3/9] include: Move designware eth platform_data to include/platform_data
Date: Fri, 15 Apr 2016 08:49:12 +0200 [thread overview]
Message-ID: <1460702958-4012-4-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1460702958-4012-1-git-send-email-s.hauer@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/mach-socfpga/generic.c | 1 -
drivers/net/designware.c | 2 +-
include/net/designware.h | 13 -------------
include/platform_data/eth-designware.h | 13 +++++++++++++
4 files changed, 14 insertions(+), 15 deletions(-)
delete mode 100644 include/net/designware.h
create mode 100644 include/platform_data/eth-designware.h
diff --git a/arch/arm/mach-socfpga/generic.c b/arch/arm/mach-socfpga/generic.c
index 906bc63..c920bd6 100644
--- a/arch/arm/mach-socfpga/generic.c
+++ b/arch/arm/mach-socfpga/generic.c
@@ -4,7 +4,6 @@
#include <init.h>
#include <io.h>
#include <fs.h>
-#include <net/designware.h>
#include <linux/clkdev.h>
#include <linux/clk.h>
#include <linux/stat.h>
diff --git a/drivers/net/designware.c b/drivers/net/designware.c
index 3b21244..1d662a7 100644
--- a/drivers/net/designware.c
+++ b/drivers/net/designware.c
@@ -27,7 +27,7 @@
#include <io.h>
#include <net.h>
#include <of_net.h>
-#include <net/designware.h>
+#include <platform_data/eth-designware.h>
#include <linux/phy.h>
#include <linux/err.h>
#include "designware.h"
diff --git a/include/net/designware.h b/include/net/designware.h
deleted file mode 100644
index 7a7a26a..0000000
--- a/include/net/designware.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __DWC_UNIMAC_H
-#define __DWC_UNIMAC_H
-
-#include <linux/phy.h>
-
-struct dwc_ether_platform_data {
- int phy_addr;
- phy_interface_t interface;
- void (*fix_mac_speed)(int speed);
- bool enh_desc; /* use Alternate/Enhanced Descriptor configurations */
-};
-
-#endif
diff --git a/include/platform_data/eth-designware.h b/include/platform_data/eth-designware.h
new file mode 100644
index 0000000..7a7a26a
--- /dev/null
+++ b/include/platform_data/eth-designware.h
@@ -0,0 +1,13 @@
+#ifndef __DWC_UNIMAC_H
+#define __DWC_UNIMAC_H
+
+#include <linux/phy.h>
+
+struct dwc_ether_platform_data {
+ int phy_addr;
+ phy_interface_t interface;
+ void (*fix_mac_speed)(int speed);
+ bool enh_desc; /* use Alternate/Enhanced Descriptor configurations */
+};
+
+#endif
--
2.7.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2016-04-15 6:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-15 6:49 [PATCH] move " Sascha Hauer
2016-04-15 6:49 ` [PATCH 1/9] include: Move ep93xx eth " Sascha Hauer
2016-04-15 6:49 ` [PATCH 2/9] include: Move smc91111 " Sascha Hauer
2016-04-15 6:49 ` Sascha Hauer [this message]
2016-04-15 6:49 ` [PATCH 4/9] include: Move davinci emac " Sascha Hauer
2016-04-15 6:49 ` [PATCH 5/9] include: Move fec eth " Sascha Hauer
2016-04-15 6:49 ` [PATCH 6/9] include: Move ns16550 serial " Sascha Hauer
2016-04-15 6:49 ` [PATCH 7/9] include: Move dm9000 eth " Sascha Hauer
2016-04-15 6:49 ` [PATCH 8/9] include: Move smc911x " Sascha Hauer
2016-04-15 6:49 ` [PATCH 9/9] include: Move ide " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460702958-4012-4-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox