diff options
| author | Stefan Ringel <[email protected]> | 2010-02-03 18:48:24 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-18 00:43:46 -0300 |
| commit | 7dcc51b7346c4d4730eb8ffe1b8a92ed31d263bf (patch) | |
| tree | cb6b3436db1241b115a712f9bfd261d10cdad2fa | |
| parent | 70ca3c4b9a722b24626ffe81bdfd7d1a6824f175 (diff) | |
V4L/DVB: tm6000: fix driver compilation
The name of xc5000.h include file were wrong
Signed-off-by: Stefan Ringel <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/staging/tm6000/tm6000-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |