kernel: update to linux 4.1.3

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46437
This commit is contained in:
Felix Fietkau
2015-07-22 12:45:07 +00:00
parent 9384cc5951
commit 54f5f6fa6c
5 changed files with 6 additions and 6 deletions

View File

@@ -332,7 +332,7 @@
IPSTATS_MIB_INHDRERRORS);
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -207,5 +207,11 @@ struct callback_head {
@@ -215,5 +215,11 @@ struct callback_head {
/* clocksource cycle base type */
typedef u64 cycle_t;

View File

@@ -78,7 +78,7 @@
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/of.h>
@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void)
@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);

View File

@@ -1,6 +1,6 @@
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -64,6 +64,12 @@ config XEN_PCIDEV_FRONTEND
@@ -68,6 +68,12 @@ config XEN_PCIDEV_FRONTEND
The PCI device frontend driver allows the kernel to import arbitrary
PCI devices from a PCI backend to support PCI driver domains.

View File

@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
@@ -959,7 +959,8 @@ static int __ref kernel_init(void *unuse
@@ -960,7 +960,8 @@ static int __ref kernel_init(void *unuse
panic("Requested init %s failed (error %d).",
execute_command, ret);
}