diff options
Diffstat (limited to 'linux/drivers/media/video/tea5761.c')
-rw-r--r-- | linux/drivers/media/video/tea5761.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tea5761.c b/linux/drivers/media/video/tea5761.c index 317abdfa7..f93980538 100644 --- a/linux/drivers/media/video/tea5761.c +++ b/linux/drivers/media/video/tea5761.c @@ -2,7 +2,7 @@ * For Philips TEA5761 FM Chip * I2C address is allways 0x20 (0x10 at 7-bit mode). * - * $Id: tea5761.c,v 1.1 2005/07/13 13:25:18 mchehab Exp $ + * $Id: tea5761.c,v 1.2 2005/07/15 21:44:14 mchehab Exp $ * * Copyright (c) 2005 Mauro Carvalho Chehab (mchehab@brturbo.com.br) * This code is placed under the terms of the GNU General Public License @@ -11,6 +11,7 @@ * from their contributions on DScaler. */ +#include "compat.h" #include <linux/i2c.h> #include <linux/videodev.h> #include <linux/delay.h> |