Merge branch 'psy-reboot-mode-immutable' into psy-next
This commit is contained in:
@@ -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,18 +0,0 @@
|
||||
#ifndef __REBOOT_MODE_H__
|
||||
#define __REBOOT_MODE_H__
|
||||
|
||||
struct reboot_mode_driver {
|
||||
struct device *dev;
|
||||
struct list_head head;
|
||||
int (*write)(struct reboot_mode_driver *reboot, unsigned int magic);
|
||||
struct notifier_block reboot_notifier;
|
||||
};
|
||||
|
||||
int reboot_mode_register(struct reboot_mode_driver *reboot);
|
||||
int reboot_mode_unregister(struct reboot_mode_driver *reboot);
|
||||
int devm_reboot_mode_register(struct device *dev,
|
||||
struct reboot_mode_driver *reboot);
|
||||
void devm_reboot_mode_unregister(struct device *dev,
|
||||
struct reboot_mode_driver *reboot);
|
||||
|
||||
#endif
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user