Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751279AbWI2DhE (ORCPT ); Thu, 28 Sep 2006 23:37:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751377AbWI2DhE (ORCPT ); Thu, 28 Sep 2006 23:37:04 -0400 Received: from gepetto.dc.ltu.se ([130.240.42.40]:46211 "EHLO gepetto.dc.ltu.se") by vger.kernel.org with ESMTP id S1751279AbWI2DhD (ORCPT ); Thu, 28 Sep 2006 23:37:03 -0400 Message-ID: <451C9574.1030500@student.ltu.se> Date: Fri, 29 Sep 2006 05:39:32 +0200 From: Richard Knutsson User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 To: akpm@osdl.org CC: linux-kernel@vger.kernel.org Subject: [PATCH -mm] drivers/media/video/cx88: Remove unused defined FALSE/TRUE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 35 From: Richard Knutsson Remove defines of FALSE/TRUE because they are not used. Signed-off-by: Richard Knutsson --- 'find -name *.[chS] | xargs grep "cx88.h"' found nothing outside cx88/ Against 2.6.18-mm2, compile-tested diff -Narup -X linux-2.6.18-mm2/Documentation/dontdiff linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h --- linux-2.6.18-mm2/drivers/media/video/cx88/cx88.h 2006-09-29 04:55:44.000000000 +0200 +++ linux-2.6.18-mm2_drivers_media_video_cx88/drivers/media/video/cx88/cx88.h 2006-09-29 04:49:48.000000000 +0200 @@ -39,12 +39,6 @@ #include #define CX88_VERSION_CODE KERNEL_VERSION(0,0,6) -#ifndef TRUE -# define TRUE (1==1) -#endif -#ifndef FALSE -# define FALSE (1==0) -#endif #define UNSET (-1U) #define CX88_MAXBOARDS 8 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/