Browse Source

V4L/DVB: tm6000: fix driver compilation

The name of xc5000.h include file were wrong

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Stefan Ringel 15 years ago
parent
commit
7dcc51b734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/tm6000/tm6000-cards.c

+ 1 - 1
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