Commit 00f42361 authored by David Gibson's avatar David Gibson Committed by Linus Torvalds

[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.
parent c0713be8
#include <linux/pci.h>
#include <linux/pm.h>
#include <linux/init.h>
/*
* PCI Power management..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment