aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/reboot_fixups.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2007-05-02 19:27:06 +0200
committerAndi Kleen <andi@basil.nowhere.org>2007-05-02 19:27:06 +0200
commit973efae21beb2feda138f152ed06d4204774d93c (patch)
tree72aea5fab6d059b35a79198bf09cc9163338b5c2 /arch/i386/kernel/reboot_fixups.c
parent[PATCH] i386: Update __copy_to_user_inatomic linuxdoc description (diff)
downloadlinux-dev-973efae21beb2feda138f152ed06d4204774d93c.tar.xz
linux-dev-973efae21beb2feda138f152ed06d4204774d93c.zip
[PATCH] i386: clean up mach_reboot_fixups
The reboot_fixups stuff seems to be a bit of a mess, specifically the header is in linux/ when its a purely i386-specific piece of code. I'm not sure why it has its config option; its only currently needed for "geode-gx1/cs5530a", so perhaps whatever config option controls that hardware should enable this? Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/i386/kernel/reboot_fixups.c')
-rw-r--r--arch/i386/kernel/reboot_fixups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/reboot_fixups.c b/arch/i386/kernel/reboot_fixups.c
index 99aab41a05b0..2d78d918340f 100644
--- a/arch/i386/kernel/reboot_fixups.c
+++ b/arch/i386/kernel/reboot_fixups.c
@@ -10,7 +10,7 @@
#include <asm/delay.h>
#include <linux/pci.h>
-#include <linux/reboot_fixups.h>
+#include <asm/reboot_fixups.h>
static void cs5530a_warm_reset(struct pci_dev *dev)
{