Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Nov 2001 18:33:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Nov 2001 18:33:24 -0500 Received: from www.transvirtual.com ([206.14.214.140]:28172 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Tue, 27 Nov 2001 18:33:07 -0500 Date: Tue, 27 Nov 2001 15:32:54 -0800 (PST) From: James Simmons To: Linus Torvalds , Geert Uytterhoeven cc: Linux Kernel Mailing List , Linux Fbdev development list , Linux console project Subject: [PATCH] excess code removal 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 PROC_CONSOLE is defined in fbcon.c. No need for duplicate code. Please apply. --- linux-2.5.0/drivers/video/modedb.c Tue Nov 27 16:05:02 2001 +++ linux/drivers/video/modedb.c Tue Nov 27 16:10:04 2001 @@ -14,9 +14,9 @@ #include #include #include -#include #include +#include