[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190108175818.705110-2-lkundrak@v3.sk>
Date: Tue, 8 Jan 2019 18:58:04 +0100
From: Lubomir Rintel <lkundrak@...sk>
To: Andy Shevchenko <andy@...radead.org>,
Darren Hart <dvhart@...radead.org>,
platform-driver-x86@...r.kernel.org,
Russell King <linux@...linux.org.uk>
Cc: James Cameron <quozl@...top.org>,
Mark Rutland <mark.rutland@....com>,
Pavel Machek <pavel@....cz>, Rob Herring <robh+dt@...nel.org>,
Sebastian Reichel <sre@...nel.org>, x86@...nel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Lubomir Rintel <lkundrak@...sk>
Subject: [PATCH v4 01/15] ARM: export arm_pm_restart()
The OLPC XO 1.75 laptop is rebooted with a command to the Embedded
Controller. The EC driver should be a module, since most people don't need
it to be compiled in.
Signed-off-by: Lubomir Rintel <lkundrak@...sk>
---
Changes since v3:
- Added the patch to the set
arch/arm/kernel/reboot.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/kernel/reboot.c b/arch/arm/kernel/reboot.c
index 3b2aa9a9fe26..71016cf19b86 100644
--- a/arch/arm/kernel/reboot.c
+++ b/arch/arm/kernel/reboot.c
@@ -22,6 +22,7 @@ typedef void (*phys_reset_t)(unsigned long, bool);
* Function pointers to optional machine specific functions
*/
void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
+EXPORT_SYMBOL_GPL(arm_pm_restart);
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
--
2.20.1
Powered by blists - more mailing lists