From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53368 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751667AbeDIINT (ORCPT ); Mon, 9 Apr 2018 04:13:19 -0400 Subject: Patch "net: fec: fix build error in fec driver" has been added to the 3.18-stable tree To: gregkh@linuxfoundation.org, linux@roeck-us.net Cc: , From: Date: Mon, 09 Apr 2018 10:13:09 +0200 Message-ID: <1523261589153112@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 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 From: Greg Kroah-Hartman Subject: net: fec: fix build error in fec driver From: Greg Kroah-Hartman 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 Signed-off-by: Greg Kroah-Hartman --- 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 #include #include +#include #include 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