Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cc6135a authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>



Every file should #include the header files containing the prototypes of
its global functions

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8d1ed636
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

#include <asm/delay.h>
#include <linux/pci.h>
#include <linux/reboot_fixups.h>

static void cs5530a_warm_reset(struct pci_dev *dev)
{