]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Missing init.h in drivers/pci/power.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 20 May 2002 13:01:56 +0000 (06:01 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 20 May 2002 13:01:56 +0000 (06:01 -0700)
This adds a #include to drivers/pci/power.c to define __init.  At least
on PPC4xx this fixes compile problems.

drivers/pci/power.c

index 481ddbb648b9edaa3f61c6f8067b4d0198fd08f5..f5fe84e754618f23ecae66c9c23266cea20abfb1 100644 (file)
@@ -1,5 +1,6 @@
 #include <linux/pci.h>
 #include <linux/pm.h>
+#include <linux/init.h>
 
 /*
  * PCI Power management..