* [2.6 patch] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>
@ 2005-10-03 17:33 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-10-03 17:33 UTC (permalink / raw)
To: Jaya Kumar; +Cc: linux-kernel
Every file should #include the header files containing the prototypes of
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.14-rc2-mm2-full/arch/i386/kernel/reboot_fixups.c.old 2005-10-02 02:15:19.000000000 +0200
+++ linux-2.6.14-rc2-mm2-full/arch/i386/kernel/reboot_fixups.c 2005-10-02 02:15:37.000000000 +0200
@@ -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)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>
@ 2005-11-04 15:59 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-11-04 15:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: Jaya Kumar, linux-kernel
Every file should #include the header files containing the prototypes of
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 3 Oct 2005
--- linux-2.6.14-rc2-mm2-full/arch/i386/kernel/reboot_fixups.c.old 2005-10-02 02:15:19.000000000 +0200
+++ linux-2.6.14-rc2-mm2-full/arch/i386/kernel/reboot_fixups.c 2005-10-02 02:15:37.000000000 +0200
@@ -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)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-04 15:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-04 15:59 [2.6 patch] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h> Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-10-03 17:33 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox