Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6422850 authored by Grant Likely's avatar Grant Likely
Browse files

of: fix missing include from of_pci.c



of_pci.c references symbols from linux/of.h.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 6d6be43d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/of_pci.h>
#include <asm/prom.h>