Patch "net/ethernet/freescale/fman: fix cross-build error" has been added to the 4.9-stable tree
    gregkh at linuxfoundation.org 
    gregkh at linuxfoundation.org
       
    Wed Aug 22 18:06:08 AEST 2018
    
    
  
This is a note to let you know that I've just added the patch titled
    net/ethernet/freescale/fman: fix cross-build error
to the 4.9-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-ethernet-freescale-fman-fix-cross-build-error.patch
and it can be found in the queue-4.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable at vger.kernel.org> know about it.
>From foo at baz Wed Aug 22 09:42:09 CEST 2018
From: Randy Dunlap <rdunlap at infradead.org>
Date: Fri, 13 Jul 2018 21:25:19 -0700
Subject: net/ethernet/freescale/fman: fix cross-build error
From: Randy Dunlap <rdunlap at infradead.org>
[ Upstream commit c133459765fae249ba482f62e12f987aec4376f0 ]
  CC [M]  drivers/net/ethernet/freescale/fman/fman.o
In file included from ../drivers/net/ethernet/freescale/fman/fman.c:35:
../include/linux/fsl/guts.h: In function 'guts_set_dmacr':
../include/linux/fsl/guts.h:165:2: error: implicit declaration of function 'clrsetbits_be32' [-Werror=implicit-function-declaration]
  clrsetbits_be32(&guts->dmacr, 3 << shift, device << shift);
  ^~~~~~~~~~~~~~~
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Madalin Bucur <madalin.bucur at nxp.com>
Cc: netdev at vger.kernel.org
Cc: linuxppc-dev at lists.ozlabs.org
Signed-off-by: David S. Miller <davem at davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin at microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 include/linux/fsl/guts.h |    1 +
 1 file changed, 1 insertion(+)
--- a/include/linux/fsl/guts.h
+++ b/include/linux/fsl/guts.h
@@ -16,6 +16,7 @@
 #define __FSL_GUTS_H__
 
 #include <linux/types.h>
+#include <linux/io.h>
 
 /**
  * Global Utility Registers.
Patches currently in stable-queue which might be from rdunlap at infradead.org are
queue-4.9/tcp-identify-cryptic-messages-as-tcp-seq-bugs.patch
queue-4.9/net-ethernet-freescale-fman-fix-cross-build-error.patch
    
    
More information about the Linuxppc-dev
mailing list