Skip to content

Commit

Permalink
of: fix missing include from of_pci.c
Browse files Browse the repository at this point in the history
of_pci.c references symbols from linux/of.h.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Jul 24, 2011
1 parent 6d6be43 commit a642285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/of_pci.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/of_pci.h>
#include <asm/prom.h>

Expand Down

0 comments on commit a642285

Please sign in to comment.