From 89bf16ad503d73e4444a2a766526ba645f76134b Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Thu, 7 Feb 2019 11:10:31 +0100 Subject: kernel: bump 4.14 to 4.14.98 Refreshed all patches. Remove upstreamed: - 100-arm-cns3xxx-fix-writing-to-wrong-PCI-registers-after.patch Altered patches: - 721-phy_packets.patch Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- .../layerscape/patches-4.14/202-core-linux-support-layerscape.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch') diff --git a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch index bef6de235f..90bb6426e4 100644 --- a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch @@ -200,7 +200,7 @@ Signed-off-by: Biwen Li int (*ndo_del_slave)(struct net_device *dev, struct net_device *slave_dev); netdev_features_t (*ndo_fix_features)(struct net_device *dev, -@@ -2341,7 +2342,8 @@ int register_netdevice_notifier(struct n +@@ -2344,7 +2345,8 @@ int register_netdevice_notifier(struct n int unregister_netdevice_notifier(struct notifier_block *nb); struct netdev_notifier_info { @@ -210,7 +210,7 @@ Signed-off-by: Biwen Li }; struct netdev_notifier_info_ext { -@@ -2373,6 +2375,7 @@ static inline void netdev_notifier_info_ +@@ -2376,6 +2378,7 @@ static inline void netdev_notifier_info_ struct net_device *dev) { info->dev = dev; @@ -218,7 +218,7 @@ Signed-off-by: Biwen Li } static inline struct net_device * -@@ -2381,6 +2384,12 @@ netdev_notifier_info_to_dev(const struct +@@ -2384,6 +2387,12 @@ netdev_notifier_info_to_dev(const struct return info->dev; } -- cgit v1.2.3