summaryrefslogtreecommitdiff
path: root/linux/drivers/staging
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 09:36:38 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 09:36:38 -0300
commit70769cf0a3d054491b4f7b32c8a2a1b816b319ff (patch)
treee000b3a00d16d186bad7fce0f273860bd1acfeab /linux/drivers/staging
parentf2a7801e07fd070a74c3574cfb31f912bfa54113 (diff)
downloadmediapointer-dvb-s2-70769cf0a3d054491b4f7b32c8a2a1b816b319ff.tar.gz
mediapointer-dvb-s2-70769cf0a3d054491b4f7b32c8a2a1b816b319ff.tar.bz2
go7007: Revert compatibility code added at the wrong place
From: Mauro Carvalho Chehab <mchehab@redhat.com> 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. Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> CC: Pete <pete@sensoray.com> CC: Douglas Schilling Landgraf <dougsland@gmail.com>
Diffstat (limited to 'linux/drivers/staging')
-rw-r--r--linux/drivers/staging/go7007/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/staging/go7007/Makefile b/linux/drivers/staging/go7007/Makefile
index d14ea84a0..1301caa74 100644
--- a/linux/drivers/staging/go7007/Makefile
+++ b/linux/drivers/staging/go7007/Makefile
@@ -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