Skip to content

Commit

Permalink
V4L/DVB: tm6000: remove hack.c hack.h, switch to zl10353 module
Browse files Browse the repository at this point in the history
"hack"  module were a temporary file with some zl10353 magic. This is not needed anymore.
Just remove it.

[mchehab@redhat.com: CodingStyle fixes]
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 49e5e03 commit 89eeda6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 457 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/tm6000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ tm6000-objs := tm6000-cards.o \
tm6000-stds.o

ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
tm6000-objs += tm6000-dvb.o \
hack.o
tm6000-objs += tm6000-dvb.o
endif

obj-$(CONFIG_VIDEO_TM6000) += tm6000.o
Expand Down
Loading

0 comments on commit 89eeda6

Please sign in to comment.