From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wim Van Sebroeck Subject: Re: [PATCH -next] wdt: ie6xx_wdt needs io.h Date: Thu, 17 May 2012 09:11:12 +0200 Message-ID: <20120517071112.GS3074@spo001.leaseweb.com> References: <20120514200357.e7448e4ca061c8efe3d4757d@canb.auug.org.au> <4FB167A5.9010905@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ns1.pc-advies.be ([83.149.101.17]:45180 "EHLO spo001.leaseweb.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759685Ab2EQHLR (ORCPT ); Thu, 17 May 2012 03:11:17 -0400 Content-Disposition: inline In-Reply-To: <4FB167A5.9010905@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-watchdog@vger.kernel.org Hi Randi, > From: Randy Dunlap > > Fix build error by including : > > drivers/watchdog/ie6xx_wdt.c:97:2: error: implicit declaration of function 'outb' > drivers/watchdog/ie6xx_wdt.c:133:2: error: implicit declaration of function 'outl' > drivers/watchdog/ie6xx_wdt.c:161:2: error: implicit declaration of function 'inb' > drivers/watchdog/ie6xx_wdt.c:199:3: error: implicit declaration of function 'inl' > drivers/watchdog/ie6xx_wdt.c:203:3: error: implicit declaration of function 'inw' > > Signed-off-by: Randy Dunlap > Cc: Wim Van Sebroeck Added to linux-watchdog-next. Kind regards, Wim.