All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h
@ 2011-03-28 15:23 Randy Dunlap
  2011-05-19 19:22 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2011-03-28 15:23 UTC (permalink / raw)
  To: linux-media, Stephen Rothwell, gregkh
  Cc: Mauro Carvalho Chehab, linux-next, LKML, Igor M. Liplianin

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

altera-jtag.c needs to include <linux/delay.h> to fix a build error:

drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Igor M. Liplianin <liplianin@netup.ru>
---
 drivers/staging/altera-stapl/altera-jtag.c |    1 +
 1 file changed, 1 insertion(+)

Somehow I was supposed to know to send this to Mauro instead of to Greg,
but I don't see anything in drivers/staging/altera-stapl/ that says that.


--- linux-next-20110304.orig/drivers/staging/altera-stapl/altera-jtag.c
+++ linux-next-20110304/drivers/staging/altera-stapl/altera-jtag.c
@@ -23,6 +23,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <linux/delay.h>
 #include <linux/firmware.h>
 #include <linux/slab.h>
 #include <staging/altera.h>
--

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h
  2011-03-28 15:23 Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h Randy Dunlap
@ 2011-05-19 19:22 ` Mauro Carvalho Chehab
  2011-05-19 20:39   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2011-05-19 19:22 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-media, Stephen Rothwell, gregkh, linux-next, LKML,
	Igor M. Liplianin

Em 28-03-2011 12:23, Randy Dunlap escreveu:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> altera-jtag.c needs to include <linux/delay.h> to fix a build error:
> 
> drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>

> Cc: Igor M. Liplianin <liplianin@netup.ru>
> ---
>  drivers/staging/altera-stapl/altera-jtag.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Somehow I was supposed to know to send this to Mauro instead of to Greg,
> but I don't see anything in drivers/staging/altera-stapl/ that says that.

Ah, yes, we need to add a readme file there stating about that.

Greg, you may add it on your tree, or if you prefer, I can just add here for
my next upstream pull.

Thanks,
Mauro.

> 
> 
> --- linux-next-20110304.orig/drivers/staging/altera-stapl/altera-jtag.c
> +++ linux-next-20110304/drivers/staging/altera-stapl/altera-jtag.c
> @@ -23,6 +23,7 @@
>   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
>  
> +#include <linux/delay.h>
>  #include <linux/firmware.h>
>  #include <linux/slab.h>
>  #include <staging/altera.h>
> --


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h
  2011-05-19 19:22 ` Mauro Carvalho Chehab
@ 2011-05-19 20:39   ` Greg KH
  2011-05-19 20:41     ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2011-05-19 20:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Randy Dunlap, linux-media, Stephen Rothwell, linux-next, LKML,
	Igor M. Liplianin

On Thu, May 19, 2011 at 04:22:06PM -0300, Mauro Carvalho Chehab wrote:
> Em 28-03-2011 12:23, Randy Dunlap escreveu:
> > From: Randy Dunlap <randy.dunlap@oracle.com>
> > 
> > altera-jtag.c needs to include <linux/delay.h> to fix a build error:
> > 
> > drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay'
> > 
> > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> 
> > Cc: Igor M. Liplianin <liplianin@netup.ru>
> > ---
> >  drivers/staging/altera-stapl/altera-jtag.c |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > Somehow I was supposed to know to send this to Mauro instead of to Greg,
> > but I don't see anything in drivers/staging/altera-stapl/ that says that.
> 
> Ah, yes, we need to add a readme file there stating about that.
> 
> Greg, you may add it on your tree, or if you prefer, I can just add here for
> my next upstream pull.

I see this in my tree already, git commit
92ce52695ccf2b6c4ef7eb02e1bee1bcbf5fde89, what happened to need this
again?

confused,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h
  2011-05-19 20:39   ` Greg KH
@ 2011-05-19 20:41     ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2011-05-19 20:41 UTC (permalink / raw)
  To: Greg KH
  Cc: Mauro Carvalho Chehab, linux-media, Stephen Rothwell, linux-next,
	LKML, Igor M. Liplianin

On 05/19/11 13:39, Greg KH wrote:
> On Thu, May 19, 2011 at 04:22:06PM -0300, Mauro Carvalho Chehab wrote:
>> Em 28-03-2011 12:23, Randy Dunlap escreveu:
>>> From: Randy Dunlap <randy.dunlap@oracle.com>
>>>
>>> altera-jtag.c needs to include <linux/delay.h> to fix a build error:
>>>
>>> drivers/staging/altera-stapl/altera-jtag.c:398: error: implicit declaration of function 'udelay'
>>>
>>> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
>> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
>>
>>> Cc: Igor M. Liplianin <liplianin@netup.ru>
>>> ---
>>>  drivers/staging/altera-stapl/altera-jtag.c |    1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> Somehow I was supposed to know to send this to Mauro instead of to Greg,
>>> but I don't see anything in drivers/staging/altera-stapl/ that says that.
>>
>> Ah, yes, we need to add a readme file there stating about that.
>>
>> Greg, you may add it on your tree, or if you prefer, I can just add here for
>> my next upstream pull.
> 
> I see this in my tree already, git commit
> 92ce52695ccf2b6c4ef7eb02e1bee1bcbf5fde89, what happened to need this
> again?

I think that Mauro is just replying to old emails (guess he's just
trying to catch up...).

-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-19 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-28 15:23 Fw: [PATCH -next RESEND/still needed] staging: altera-jtag needs delay.h Randy Dunlap
2011-05-19 19:22 ` Mauro Carvalho Chehab
2011-05-19 20:39   ` Greg KH
2011-05-19 20:41     ` Randy Dunlap

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.