From: Stefan Ringel Date: Wed, 3 Feb 2010 21:48:24 +0000 (-0300) Subject: V4L/DVB: tm6000: fix driver compilation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7dcc51b7346c4d4730eb8ffe1b8a92ed31d263bf;p=linux-beck.git V4L/DVB: tm6000: fix driver compilation The name of xc5000.h include file were wrong Signed-off-by: Stefan Ringel Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index de1aa65ffb35..9e8f1fbcceb5 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -32,7 +32,7 @@ #include "tm6000.h" #include "tm6000-regs.h" #include "tuner-xc2028.h" -#include "tuner-xc5000.h" +#include "xc5000.h" #define TM6000_BOARD_UNKNOWN 0 #define TM5600_BOARD_GENERIC 1