Re: [PATCH -next v2] media: fix em28xx build, needs hardirq.h

2010-12-16 Thread Randy Dunlap
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:

[PATCH -next v2] media: fix em28xx build, needs hardirq.h

2010-12-07 Thread Randy Dunlap
> It's defined in hardirq.h. Yes, I was asleep at the wheel. :( --- 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