From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964918AbWHLRCc (ORCPT ); Sat, 12 Aug 2006 13:02:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964907AbWHLRCP (ORCPT ); Sat, 12 Aug 2006 13:02:15 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]:16434 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S964901AbWHLRB6 (ORCPT ); Sat, 12 Aug 2006 13:01:58 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ao95xFOdsKrLAE0sO+t7NBYqiZx20XkN010ynd8FTFgnMDx+jKhaH7mJd8leHwuX55/OabnBD6eYqJj2kKOATZePkl92d+HxzDYXfeN2dZPF62fEEfxwa2uGQzoqbHd7AzYWsukrjiXtubpasLFfoChyVPFw95MGkJd/42ZS45c= Message-ID: <44DE09A9.1030209@gmail.com> Date: Sat, 12 Aug 2006 19:02:33 +0200 From: Michal Piotrowski User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: Michal Piotrowski CC: Andrew Morton , Thomas Winischhofer , LKML Subject: Re: [RFC] [PATCH 7/10] drivers/video/sis/sis_main.c Removal of old code References: <44DE05FC.2090001@gmail.com> In-Reply-To: <44DE05FC.2090001@gmail.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Michal Piotrowski diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/drivers/video/sis/sis_main.c linux-work/drivers/video/sis/sis_main.c --- linux-work-clean/drivers/video/sis/sis_main.c 2006-08-12 01:51:17.000000000 +0200 +++ linux-work/drivers/video/sis/sis_main.c 2006-08-12 18:13:23.000000000 +0200 @@ -35,9 +35,7 @@ #include #include -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) #include -#endif #include #include #include @@ -58,9 +56,6 @@ #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include -#endif #include #include #include @@ -70,35 +65,9 @@ #include #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include