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

Commit c8d854f1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

net: fec: fix build error in fec driver



commit f4d8124a which is commit 
a069215cf5985f3aa1bba550264907d6bd05c5f7 upstream caused a build error
in the driver, as the pm functions were not included properly.  So fix
that by including the needed .h file.

Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3f296801
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@
#include <linux/if_vlan.h>
#include <linux/pinctrl/consumer.h>
#include <linux/prefetch.h>
#include <linux/pm_runtime.h>

#include <asm/cacheflush.h>