Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 15 Apr 2001 04:23:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 15 Apr 2001 04:23:28 -0400 Received: from null.pharm.uic.edu ([128.248.76.23]:4622 "EHLO null.cc.uic.edu") by vger.kernel.org with ESMTP id ; Sun, 15 Apr 2001 04:23:15 -0400 Date: Sun, 15 Apr 2001 03:23:15 -0500 (CDT) From: Swivel To: Subject: small bug/oversight found in 2.4.3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org drivers/char/char.c, line 247 create_proc_read_entry() is called regardless of the definition of CONFIG_PROC_FS, simply wrap call with #ifdef CONFIG_PROC_FS and #endif. Cheers, Vito Caputo - 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/