Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 153e9e90 authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

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

parents c8003844 f1bea879
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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-"

+1 −1
Original line number Diff line number Diff line
@@ -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;