From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH -next v2] media: fix em28xx build, needs hardirq.h Date: Thu, 16 Dec 2010 10:03:55 -0800 Message-ID: <20101216100355.cd76fc70.randy.dunlap@oracle.com> References: <20101206140055.34289498.sfr@canb.auug.org.au> <20101207103815.26054c38.randy.dunlap@oracle.com> <20101207184453.GA30998@core2.telecom.by> <20101207105009.7d634c7b.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101207105009.7d634c7b.randy.dunlap@oracle.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-media@vger.kernel.org Cc: Alexey Dobriyan , Zimny Lech , Mauro Carvalho Chehab , Stephen Rothwell , linux-next@vger.kernel.org, LKML List-Id: linux-next.vger.kernel.org On Tue, 7 Dec 2010 10:50:09 -0800 Randy Dunlap wrote: ping. > --- > From: Randy Dunlap > > Fix em28xx build by adding hardirq.h header file: > > drivers/media/video/em28xx/em28xx-vbi.c:49: error: implicit declaration of function 'in_interrupt' > > Reported-by: Zimny Lech > Signed-off-by: Randy Dunlap > --- > drivers/media/video/em28xx/em28xx-vbi.c | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20101207.orig/drivers/media/video/em28xx/em28xx-vbi.c > +++ linux-next-20101207/drivers/media/video/em28xx/em28xx-vbi.c > @@ -23,6 +23,7 @@ > > #include > #include > +#include > #include > > #include "em28xx.h" > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***