From 64c0538be64e95fafbb6a9c8eb8be0ee79a8ed71 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Sat, 16 Jul 2005 16:13:28 +0000 Subject: Remove all #include and all references to LINUX_VERSION_CODE and KERNEL_VERSION. Based on patch by Olaf Hering. Signed-off-by: Olaf Hering Signed-off-by: Johannes Stezenbach --- linux/drivers/media/dvb/cinergyT2/cinergyT2.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'linux/drivers/media/dvb/cinergyT2') diff --git a/linux/drivers/media/dvb/cinergyT2/cinergyT2.c b/linux/drivers/media/dvb/cinergyT2/cinergyT2.c index bb63dc5db..150032f5f 100644 --- a/linux/drivers/media/dvb/cinergyT2/cinergyT2.c +++ b/linux/drivers/media/dvb/cinergyT2/cinergyT2.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include @@ -36,13 +35,6 @@ #include "dvb_demux.h" #include "dvb_net.h" -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) -static inline int remap_pfn_range(struct vm_area_struct *vma, unsigned long uvaddr, - unsigned long paddr, unsigned long size, pgprot_t prot) -{ - return remap_page_range(vma, uvaddr, paddr << PAGE_SHIFT, size, prot); -} -#endif #ifdef CONFIG_DVB_CINERGYT2_TUNING #define STREAM_URB_COUNT (CONFIG_DVB_CINERGYT2_STREAM_URB_COUNT) -- cgit v1.2.3