stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch "net: fec: fix build error in fec driver" has been added to the 3.18-stable tree
@ 2018-04-09  8:13 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2018-04-09  8:13 UTC (permalink / raw)
  To: gregkh, linux; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    net: fec: fix build error in fec driver

to the 3.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     net-fec-fix-build-error-in-fec-driver.patch
and it can be found in the queue-3.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From foo@baz Mon Apr  9 10:11:02 CEST 2018
Date: Mon, 09 Apr 2018 10:11:02 +0200
To: Greg KH <gregkh@linuxfoundation.org>
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: net: fec: fix build error in fec driver

From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

commit f4d8124a4ade232cae1161a6aca86e0c0a1fa4f6 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: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/net/ethernet/freescale/fec_main.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/net/ethernet/freescale/fec_main.c
+++ b/drivers/net/ethernet/freescale/fec_main.c
@@ -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>
 


Patches currently in stable-queue which might be from gregkh@linuxfoundation.org are

queue-3.18/net-fec-fix-build-error-in-fec-driver.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-09  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09  8:13 Patch "net: fec: fix build error in fec driver" has been added to the 3.18-stable tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).