diff options
| author | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:37:51 -0400 |
| commit | 02bbc0f09c90cefdb2837605c96a66c5ce4ba2e1 (patch) | |
| tree | 04ef573cd4de095c500c9fc3477f4278c0b36300 /include/linux/reboot_fixups.h | |
| parent | 7487a2245b8841c77ba9db406cf99a483b9334e9 (diff) | |
| parent | 5b94f675f57e4ff16c8fda09088d7480a84dcd91 (diff) | |
Merge branch 'linux-2.6'
Diffstat (limited to 'include/linux/reboot_fixups.h')
| -rw-r--r-- | include/linux/reboot_fixups.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/reboot_fixups.h b/include/linux/reboot_fixups.h deleted file mode 100644 index 480ea2d489d8..000000000000 --- a/include/linux/reboot_fixups.h +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | #ifndef _LINUX_REBOOT_FIXUPS_H | ||
| 2 | #define _LINUX_REBOOT_FIXUPS_H | ||
| 3 | |||
| 4 | #ifdef CONFIG_X86_REBOOTFIXUPS | ||
| 5 | extern void mach_reboot_fixups(void); | ||
| 6 | #else | ||
| 7 | #define mach_reboot_fixups() ((void)(0)) | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #endif /* _LINUX_REBOOT_FIXUPS_H */ | ||
