Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755683AbYHMWVQ (ORCPT ); Wed, 13 Aug 2008 18:21:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753258AbYHMWVA (ORCPT ); Wed, 13 Aug 2008 18:21:00 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:39587 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbYHMWU7 (ORCPT ); Wed, 13 Aug 2008 18:20:59 -0400 Date: Thu, 14 Aug 2008 01:19:07 +0300 From: Adrian Bunk To: Bartlomiej Zolnierkiewicz , chris@zankel.net Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] xtensa: remove dead CONFIG_BLK_DEV_IDE code Message-ID: <20080813221907.GE7071@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 28 I don't know why this was there, but it was dead code. Signed-off-by: Adrian Bunk --- f2db4adb7a7f8fc0ea216fbc2d38a0c3802894ab diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index a00359e..9606d2b 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c @@ -53,11 +53,6 @@ extern struct fd_ops no_fd_ops; struct fd_ops *fd_ops; #endif -#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE) -extern struct ide_ops no_ide_ops; -struct ide_ops *ide_ops; -#endif - extern struct rtc_ops no_rtc_ops; struct rtc_ops *rtc_ops; -- 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/