Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f61b48f7a838bb3d089b12fc9d03fd53c9ef5022
Commit:     f61b48f7a838bb3d089b12fc9d03fd53c9ef5022
Parent:     1f5ef19779df2c2f75870332b37dd3004c08a515
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Sat Sep 1 02:02:51 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:07:51 2007 -0300

    V4L/DVB (6142): cx25840: fix build warning
    
    Fix the following build warning:
    
     CC [M]  cx25840-core.o
    
    cx25840-core.c: In function 'init_dll1':
    cx25840-core.c:147: warning: implicit declaration of function 'udelay'
    
    
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/cx25840/cx25840-core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/cx25840/cx25840-core.c 
b/drivers/media/video/cx25840/cx25840-core.c
index 90f7859..15f191e 100644
--- a/drivers/media/video/cx25840/cx25840-core.c
+++ b/drivers/media/video/cx25840/cx25840-core.c
@@ -34,6 +34,7 @@
 #include <linux/slab.h>
 #include <linux/videodev2.h>
 #include <linux/i2c.h>
+#include <linux/delay.h>
 #include <media/v4l2-common.h>
 #include <media/v4l2-chip-ident.h>
 #include <media/cx25840.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to