projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634e497
)
x86: dummy placeholder for acpi/reboot.h
author
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:31:17 +0000
(13:31 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:31:17 +0000
(13:31 +0100)
dummy placeholder for acpi/reboot.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/acpi/reboot.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/acpi/reboot.h
b/include/acpi/reboot.h
new file mode 100644
(file)
index 0000000..
8857f57
--- /dev/null
+++ b/
include/acpi/reboot.h
@@ -0,0
+1,9
@@
+
+/*
+ * Dummy placeholder to make the EFI patches apply to the x86 tree.
+ * Andrew/Len, please just kill this file if you encounter it.
+ */
+#ifndef acpi_reboot
+# define acpi_reboot() do { } while (0)
+#endif
+