Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758301AbYC3XIS (ORCPT ); Sun, 30 Mar 2008 19:08:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756471AbYC3XGH (ORCPT ); Sun, 30 Mar 2008 19:06:07 -0400 Received: from smtp6.pp.htv.fi ([213.243.153.40]:58510 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756398AbYC3XGF (ORCPT ); Sun, 30 Mar 2008 19:06:05 -0400 Date: Mon, 31 Mar 2008 02:05:52 +0300 From: Adrian Bunk To: kkeil@suse.de Cc: isdn4linux@listserv.isdn4linux.de, linux-kernel@vger.kernel.org, "Robert P. J. Day" Subject: [2.6 patch] include/linux/isdn.h: remove dead code Message-ID: <20080330230552.GU28445@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 39 This patch remove the usage of a nonexisting kconfig variable. Reported-by: Robert P. J. Day Signed-off-by: Adrian Bunk --- This patch has been sent on: - 1 Mar 2008 include/linux/isdn.h | 6 ------ 1 file changed, 6 deletions(-) 68dcdff8287b565d34ba8b3bb1a608a0a0b3a3fd foobar diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 9cb2855..44cd663 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -16,14 +16,8 @@ #include -#ifdef CONFIG_COBALT_MICRO_SERVER -/* Save memory */ -#define ISDN_MAX_DRIVERS 2 -#define ISDN_MAX_CHANNELS 8 -#else #define ISDN_MAX_DRIVERS 32 #define ISDN_MAX_CHANNELS 64 -#endif /* New ioctl-codes */ #define IIOCNETAIF _IO('I',1) -- 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/