From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Buesch Subject: Re: [patch 8/8] ssb bus needs Date: Sat, 13 Oct 2007 17:23:26 +0200 Message-ID: <200710131723.26807.mb@bu3sch.de> References: <20071013123123.085686856@mail.of.borg> <20071013123414.647276232@mail.of.borg> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , Andrew Morton , linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, John Linville To: Geert Uytterhoeven Return-path: Received: from static-ip-62-75-166-246.inaddr.intergenia.de ([62.75.166.246]:40680 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755212AbXJMPYO (ORCPT ); Sat, 13 Oct 2007 11:24:14 -0400 In-Reply-To: <20071013123414.647276232@mail.of.borg> Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Saturday 13 October 2007 14:31:31 Geert Uytterhoeven wrote: > ssb bus needs > > linux/drivers/ssb/main.c: In function 'ssb_ssb_read16': > linux/drivers/ssb/main.c:518: error: implicit declaration of function 'readw' > linux/drivers/ssb/main.c: In function 'ssb_ssb_read32': > linux/drivers/ssb/main.c:526: error: implicit declaration of function 'readl' > linux/drivers/ssb/main.c: In function 'ssb_ssb_write16': > linux/drivers/ssb/main.c:534: error: implicit declaration of function 'writew' > linux/drivers/ssb/main.c: In function 'ssb_ssb_write32': > linux/drivers/ssb/main.c:542: error: implicit declaration of function 'writel' > > Signed-off-by: Geert Uytterhoeven Signed-off-by: Michael Buesch > --- > drivers/ssb/main.c | 1 + > 1 file changed, 1 insertion(+) > > --- a/drivers/ssb/main.c > +++ b/drivers/ssb/main.c > @@ -11,6 +11,7 @@ > #include "ssb_private.h" > > #include > +#include > #include > #include > #include > -- Greetings Michael.