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@xxxxxxxxx> -- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html