Skip to content

Commit

Permalink
V4L/DVB: tm6000: fix driver compilation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 70ca3c4 commit 7dcc51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dcc51b

Please sign in to comment.