* [TRIVIAL PATCH] Missing init.h in drivers/pci/power.c
@ 2002-05-21 2:43 David Gibson
0 siblings, 0 replies; only message in thread
From: David Gibson @ 2002-05-21 2:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, trivial
Linus, please apply. This adds a #include to drivers/pci/power.c to
define __init. At least on PPC4xx this fixes compile problems.
diff -urN /home/dgibson/kernel/linuxppc-2.5/drivers/pci/power.c linux-bluefish/drivers/pci/power.c
--- /home/dgibson/kernel/linuxppc-2.5/drivers/pci/power.c Fri May 10 16:27:35 2002
+++ linux-bluefish/drivers/pci/power.c Mon May 13 14:46:16 2002
@@ -1,5 +1,6 @@
#include <linux/pci.h>
#include <linux/pm.h>
+#include <linux/init.h>
/*
* PCI Power management..
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong. -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-05-21 2:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 2:43 [TRIVIAL PATCH] Missing init.h in drivers/pci/power.c David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox