Skip to content

Commit

Permalink
V4L/DVB (13037): go7007: Revert compatibility code added at the wrong…
Browse files Browse the repository at this point in the history
… place

Compatibility code is not allowed upstream. While this could
eventually be useful by out-of-tree compilation, directly from
http://linuxtv.org/hg/v4l-dvb tree, the compatibility code is at
the wrong place. In a matter of fact, it is not needed at all, since
compat.h already handles such things.

Cc: Pete <pete@sensoray.com>
Cc: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 23, 2009
1 parent b1912a8 commit 18039ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/go7007/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ endif

EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core

# Ubuntu 8.04 has CONFIG_SND undefined, so include lum sound/config.h too
ifeq ($(CONFIG_SND),)
EXTRA_CFLAGS += -include sound/config.h
endif

0 comments on commit 18039ae

Please sign in to comment.