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

Commit f1bea879 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Sebastian Reichel
Browse files

power: reset: reboot-mode: Make include file global



Move the reboot-mode.h include file into include/linux to allow drivers
outside drivers/power/reset to implement reboot-mode.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
parent 2ea659a9
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;