From c16e0de134d5ae559d72283909b7b2093a533b65 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 9 Oct 2005 03:06:09 +0000 Subject: * ../linux/drivers/media/video/bttv.h: - "compat.h" must be #include'd before * ../linux/include/linux/videodev.h: - removed #include "compat.h" Signed-off-by: Michael Krufky --- linux/drivers/media/video/bttv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h index ff0a49653..307442a71 100644 --- a/linux/drivers/media/video/bttv.h +++ b/linux/drivers/media/video/bttv.h @@ -1,5 +1,5 @@ /* - * $Id: bttv.h,v 1.29 2005/10/04 17:24:34 mkrufky Exp $ + * $Id: bttv.h,v 1.30 2005/10/09 03:06:09 mkrufky Exp $ * * bttv - Bt848 frame grabber driver * @@ -15,9 +15,9 @@ #ifndef _BTTV_H_ #define _BTTV_H_ +#include "compat.h" #include #include -#include "compat.h" /* ---------------------------------------------------------- */ /* exported by bttv-cards.c */ -- cgit v1.2.3