Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1317354 > unrolled thread

[PATCH 22/22] um: Export pm_power_off

Started byRichard Weinberger <richard@nod.at>
First post2016-01-25 23:30 +0100
Last post2016-01-25 23:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 22/22] um: Export pm_power_off Richard Weinberger <richard@nod.at> - 2016-01-25 23:30 +0100

#1317354 — [PATCH 22/22] um: Export pm_power_off

FromRichard Weinberger <richard@nod.at>
Date2016-01-25 23:30 +0100
Subject[PATCH 22/22] um: Export pm_power_off
Message-ID<qUXO2-2e8-15@gated-at.bofh.it>
...modules are using this symbol.
Export it like all other archs to.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 arch/um/kernel/reboot.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/um/kernel/reboot.c b/arch/um/kernel/reboot.c
index 9bdf67a..b60a9f8 100644
--- a/arch/um/kernel/reboot.c
+++ b/arch/um/kernel/reboot.c
@@ -12,6 +12,7 @@
 #include <skas.h>
 
 void (*pm_power_off)(void);
+EXPORT_SYMBOL(pm_power_off);
 
 static void kill_off_processes(void)
 {
-- 
1.8.4.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web