All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch review] radio-terratec: remove unused delay.h
@ 2009-03-10  8:13 Alexey Klimov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Klimov @ 2009-03-10  8:13 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab, Douglas Schilling Landgraf

Hello, all

I don't know if this patch okay, so it should be tested/reviewed.
Anyway, compilation process shows no warnings.

---
Patch removes linux/delay.h which hadn't been used.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>

--
diff -r 615fb8f01610 linux/drivers/media/radio/radio-terratec.c
--- a/linux/drivers/media/radio/radio-terratec.c	Tue Mar 10 02:33:02 2009 -0300
+++ b/linux/drivers/media/radio/radio-terratec.c	Tue Mar 10 09:49:36 2009 +0300
@@ -27,7 +27,6 @@
 #include <linux/module.h>	/* Modules 			*/
 #include <linux/init.h>		/* Initdata			*/
 #include <linux/ioport.h>	/* request_region		*/
-#include <linux/delay.h>	/* udelay			*/
 #include <linux/videodev2.h>	/* kernel radio structs		*/
 #include <linux/mutex.h>
 #include <linux/version.h>      /* for KERNEL_VERSION MACRO     */


-- 
Best regards, Klimov Alexey


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

* Re: [patch review] radio-terratec: remove unused delay.h
@ 2009-03-10  8:28 Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2009-03-10  8:28 UTC (permalink / raw)
  To: Alexey Klimov
  Cc: linux-media, Mauro Carvalho Chehab, Douglas Schilling Landgraf


> Hello, all
>
> I don't know if this patch okay, so it should be tested/reviewed.
> Anyway, compilation process shows no warnings.
>
> ---
> Patch removes linux/delay.h which hadn't been used.
>
> Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>

Looks good.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

>
> --
> diff -r 615fb8f01610 linux/drivers/media/radio/radio-terratec.c
> --- a/linux/drivers/media/radio/radio-terratec.c	Tue Mar 10 02:33:02 2009
> -0300
> +++ b/linux/drivers/media/radio/radio-terratec.c	Tue Mar 10 09:49:36 2009
> +0300
> @@ -27,7 +27,6 @@
>  #include <linux/module.h>	/* Modules 			*/
>  #include <linux/init.h>		/* Initdata			*/
>  #include <linux/ioport.h>	/* request_region		*/
> -#include <linux/delay.h>	/* udelay			*/
>  #include <linux/videodev2.h>	/* kernel radio structs		*/
>  #include <linux/mutex.h>
>  #include <linux/version.h>      /* for KERNEL_VERSION MACRO     */
>
>
> --
> Best regards, Klimov Alexey
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG


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

end of thread, other threads:[~2009-03-10  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-10  8:13 [patch review] radio-terratec: remove unused delay.h Alexey Klimov
2009-03-10  8:28 Hans Verkuil

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.