Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757399AbYC3XGp (ORCPT ); Sun, 30 Mar 2008 19:06:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756086AbYC3XFy (ORCPT ); Sun, 30 Mar 2008 19:05:54 -0400 Received: from smtp6.pp.htv.fi ([213.243.153.40]:58497 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756047AbYC3XFx (ORCPT ); Sun, 30 Mar 2008 19:05:53 -0400 Date: Mon, 31 Mar 2008 02:05:40 +0300 From: Adrian Bunk To: lenb@kernel.org Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] #if 0 acpi/bay.c:eject_removable_drive() Message-ID: <20080330230540.GQ28445@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: 1028 Lines: 39 This patch #if 0's the unused eject_removable_drive(). Signed-off-by: Adrian Bunk --- This patch has been sent on: - 1 Mar 2008 drivers/acpi/bay.c | 2 ++ 1 file changed, 2 insertions(+) de6f6fda54c9a51719c8e5a5b8d303fb958cfe36 foobar diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 1fa8681..d2fc941 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c @@ -201,6 +201,7 @@ static int is_ejectable_bay(acpi_handle handle) return 0; } +#if 0 /** * eject_removable_drive - try to eject this drive * @dev : the device structure of the drive @@ -225,6 +226,7 @@ int eject_removable_drive(struct device *dev) return 0; } EXPORT_SYMBOL_GPL(eject_removable_drive); +#endif /* 0 */ static int acpi_bay_add_fs(struct bay *bay) { -- 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/