Skip to content

Commit

Permalink
x86: dummy placeholder for acpi/reboot.h
Browse files Browse the repository at this point in the history
dummy placeholder for acpi/reboot.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 634e497 commit 5f561d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/acpi/reboot.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f561d3

Please sign in to comment.