From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [patch 8/8] ssb bus needs Date: Sat, 13 Oct 2007 14:31:31 +0200 Message-ID: <20071013123414.647276232@mail.of.borg> References: <20071013123123.085686856@mail.of.borg> Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Linus Torvalds , Andrew Morton , Michael Buesch Return-path: Received: from europa.telenet-ops.be ([195.130.137.75]:55428 "EHLO europa.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756349AbXJMMfa (ORCPT ); Sat, 13 Oct 2007 08:35:30 -0400 Content-Disposition: inline; filename=ssb-needs-linux-io.h.diff Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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 --- 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 -- Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds