diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2002-05-20 06:01:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-20 06:01:56 -0700 |
| commit | 00f423615228d4b8abb54ec1028ff042be6afe88 (patch) | |
| tree | 1705ecb863d0b479f1f48ed294ca82e3058cf7ea | |
| parent | c0713be8ed73198328614a4bb038121a7d3809a5 (diff) | |
[PATCH] Missing init.h in drivers/pci/power.c
This adds a #include to drivers/pci/power.c to define __init. At least
on PPC4xx this fixes compile problems.
| -rw-r--r-- | drivers/pci/power.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/power.c b/drivers/pci/power.c index 481ddbb648b9..f5fe84e75461 100644 --- a/drivers/pci/power.c +++ b/drivers/pci/power.c @@ -1,5 +1,6 @@ #include <linux/pci.h> #include <linux/pm.h> +#include <linux/init.h> /* * PCI Power management.. |
