aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/721-phy_packets.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-03-01 15:37:58 +0100
committerRafał Miłecki <rafal@milecki.pl>2017-03-01 15:40:17 +0100
commit23bf153eadc9a1f0fa761155742f2e7107159a0c (patch)
tree1e9be513ad6c21189dd2dd934ff596f23d6e8402 /target/linux/generic/patches-4.9/721-phy_packets.patch
parent339de8234775f512dbd7cad9064acb327e48abc4 (diff)
downloadupstream-23bf153eadc9a1f0fa761155742f2e7107159a0c.tar.gz
upstream-23bf153eadc9a1f0fa761155742f2e7107159a0c.tar.bz2
upstream-23bf153eadc9a1f0fa761155742f2e7107159a0c.zip
kernel: fix earlycon by keeping __earlycon_table
Somewhere between 4.4 and 4.9 there was a change that made OF_EARLYCON_DECLARE adding entries to the __earlycon_table instead of __earlycon_of_table. We need to keep this table as well. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/patches-4.9/721-phy_packets.patch')
-rw-r--r--target/linux/generic/patches-4.9/721-phy_packets.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/721-phy_packets.patch b/target/linux/generic/patches-4.9/721-phy_packets.patch
index 22ca7df862..46e8574b9b 100644
--- a/target/linux/generic/patches-4.9/721-phy_packets.patch
+++ b/target/linux/generic/patches-4.9/721-phy_packets.patch
@@ -28,7 +28,7 @@
const struct header_ops *header_ops;
unsigned int flags;
-@@ -1779,6 +1782,10 @@ struct net_device {
+@@ -1779,6 +1786,10 @@ struct net_device {
struct mpls_dev __rcu *mpls_ptr;
#endif