]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] bttv driver compile fix
authorGerd Knorr <kraxel@bytesex.org>
Tue, 15 Oct 2002 12:20:22 +0000 (05:20 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 15 Oct 2002 12:20:22 +0000 (05:20 -0700)
It is just a missing include, fixed thus..

drivers/media/video/bttv-driver.c

index 4b87c907f42561b8b1325d87b453bc51fefcf2e4..8eee8bc1e8041d7994c4ee47e6a4c59da09dc655 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/interrupt.h>
+#include <linux/init.h>
 #include <linux/kdev_t.h>
 
 #include <asm/io.h>