public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle•com>
To: Alexey Dobriyan <adobriyan@gmail•com>
Cc: Zimny Lech <napohybelskurwysynom2010@gmail•com>,
	linux-media@vger•kernel.org,
	Mauro Carvalho Chehab <mchehab@infradead•org>,
	Stephen Rothwell <sfr@canb•auug.org.au>,
	linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>
Subject: [PATCH -next v2] media: fix em28xx build, needs hardirq.h
Date: Tue, 7 Dec 2010 10:50:09 -0800	[thread overview]
Message-ID: <20101207105009.7d634c7b.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20101207184453.GA30998@core2.telecom.by>


> It's defined in hardirq.h.

Yes, I was asleep at the wheel.  :(

---
From: Randy Dunlap <randy.dunlap@oracle•com>

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 <napohybelskurwysynom2010@gmail•com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle•com>
---
 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 <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/hardirq.h>
 #include <linux/init.h>
 
 #include "em28xx.h"

  reply	other threads:[~2010-12-07 18:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-06  3:00 linux-next: Tree for December 6 Stephen Rothwell
2010-12-06 15:09 ` Zimny Lech
2010-12-06 16:14   ` linux-next: Tree for December 6 (pch_uart) Randy Dunlap
2010-12-10 17:20     ` Randy Dunlap
2010-12-10 23:16       ` Greg KH
2010-12-07 10:23 ` linux-next: Tree for December 6 Zimny Lech
2010-12-07 18:38   ` [PATCH -next] media: fix em28xx build, needs interrupt.h Randy Dunlap
2010-12-07 18:44     ` Alexey Dobriyan
2010-12-07 18:50       ` Randy Dunlap [this message]
2010-12-16 18:03         ` [PATCH -next v2] media: fix em28xx build, needs hardirq.h Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101207105009.7d634c7b.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle$(echo .)com \
    --cc=adobriyan@gmail$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=mchehab@infradead$(echo .)org \
    --cc=napohybelskurwysynom2010@gmail$(echo .)com \
    --cc=sfr@canb$(echo .)auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox