From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Tue, 22 Feb 2011 22:42:30 +0100
On 02/22/2011 09:37 PM, David Miller wrote:
quoted
I know it's going to cause allmodconfig build errors on sparc64,
for example.
How to fix?
quoted
drivers/net/ax88796.c:195: error: implicit declaration of function 'readsw'
drivers/net/ax88796.c:198: error: implicit declaration of function 'readsb'
Use "ioreadX_rep" or add a "!SPARC64" to Kconfig?
Make sparc64 provide the necessary interface.