kernel: update 4.0 to 4.0.9

Changelog:
 * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.9

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 46440
This commit is contained in:
Jonas Gorski
2015-07-22 12:51:04 +00:00
parent 2911b5aa11
commit 02198322b9
4 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,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);