All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-media@vger.kernel.org
Cc: Alexey Dobriyan <adobriyan@gmail.com>,
	Zimny Lech <napohybelskurwysynom2010@gmail.com>,
	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: Re: [PATCH -next v2] media: fix em28xx build, needs hardirq.h
Date: Thu, 16 Dec 2010 10:03:55 -0800	[thread overview]
Message-ID: <20101216100355.cd76fc70.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20101207105009.7d634c7b.randy.dunlap@oracle.com>

On Tue, 7 Dec 2010 10:50:09 -0800 Randy Dunlap wrote:

ping.


> ---
> 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"
> --
> 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 ***

      reply	other threads:[~2010-12-16 18:03 UTC|newest]

Thread overview: 11+ 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:38     ` Randy Dunlap
2010-12-07 18:44     ` Alexey Dobriyan
2010-12-07 18:50       ` [PATCH -next v2] media: fix em28xx build, needs hardirq.h Randy Dunlap
2010-12-16 18:03         ` Randy Dunlap [this message]

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=20101216100355.cd76fc70.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=adobriyan@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=napohybelskurwysynom2010@gmail.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.