[TRIVIAL PATCH] Missing init.h in drivers/pci/power.c

From: David Gibson (david@gibson.dropbear.id.au)
Date: Mon May 20 2002 - 21:43:24 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 23 2002 - 22:00:20 EST