mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
of: fix missing include from of_pci.c
of_pci.c references symbols from linux/of.h. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_pci.h>
|
||||
#include <asm/prom.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user