Merge branch 'psy-reboot-mode-immutable' into psy-next

This commit is contained in:
Sebastian Reichel
2017-06-08 18:21:25 +02:00
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
#include <linux/module.h>
#include <linux/of.h>
#include <linux/reboot.h>
#include "reboot-mode.h"
#include <linux/reboot-mode.h>
#define PREFIX "mode-"

View File

@@ -15,7 +15,7 @@
#include <linux/reboot.h>
#include <linux/regmap.h>
#include <linux/mfd/syscon.h>
#include "reboot-mode.h"
#include <linux/reboot-mode.h>
struct syscon_reboot_mode {
struct regmap *map;