From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751473Ab1HOAte (ORCPT ); Sun, 14 Aug 2011 20:49:34 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50682 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066Ab1HOAtd (ORCPT ); Sun, 14 Aug 2011 20:49:33 -0400 Date: Sun, 14 Aug 2011 15:23:51 -0700 From: Greg KH To: Sergei Trofimovich Cc: linux-kernel@vger.kernel.org, Marek Belisko , Ondrej Zary , devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: ft1000: fix build failure Message-ID: <20110814222351.GA12930@suse.de> References: <1313355177-12605-3-git-send-email-slyfox@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1313355177-12605-3-git-send-email-slyfox@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 14, 2011 at 11:52:53PM +0300, Sergei Trofimovich wrote: > Found on allmodconfig build (ARCH=alpha) > > drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_read_reg': > drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:80: error: implicit declaration of function 'inw' > drivers/staging/ft1000/ft1000-pcmcia/ft1000.h: In function 'ft1000_write_reg': > drivers/staging/ft1000/ft1000-pcmcia/ft1000.h:86: error: implicit declaration of function 'outw' > > Signed-off-by: Sergei Trofimovich > Cc: Marek Belisko > Cc: Greg Kroah-Hartman > Cc: Ondrej Zary > Cc: devel@driverdev.osuosl.org > --- > drivers/staging/ft1000/ft1000-pcmcia/ft1000.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) This, and your other patches, are all not necessary in Linus's tree right now, right? I thought I already sent them to him. Or am I mistaken? greg k-h