From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932233AbWDRPGa (ORCPT ); Tue, 18 Apr 2006 11:06:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932263AbWDRPG3 (ORCPT ); Tue, 18 Apr 2006 11:06:29 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:52741 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932264AbWDRPGV (ORCPT ); Tue, 18 Apr 2006 11:06:21 -0400 Date: Tue, 18 Apr 2006 17:06:20 +0200 From: Adrian Bunk To: Andrew Morton Cc: markus.lidel@shadowconnect.com, linux-kernel@vger.kernel.org Subject: [2.6 patch] drivers/message/i2o/: remove unused exports Message-ID: <20060418150620.GI11582@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch removes the following unused EXPORT_SYMBOL's: - driver.c: i2o_driver_notify_controller_add_all - driver.c: i2o_driver_notify_controller_remove_all - driver.c: i2o_driver_notify_device_add_all - driver.c: i2o_driver_notify_device_remove_all - exec-osm.c: i2o_exec_lct_get Signed-off-by: Adrian Bunk --- This patch was already sent on: - 13 Apr 2006 drivers/message/i2o/driver.c | 4 ---- drivers/message/i2o/exec-osm.c | 1 - 2 files changed, 5 deletions(-) --- linux-2.6.17-rc1-mm2-full/drivers/message/i2o/driver.c.old 2006-04-13 17:27:11.000000000 +0200 +++ linux-2.6.17-rc1-mm2-full/drivers/message/i2o/driver.c 2006-04-13 17:29:04.000000000 +0200 @@ -372,7 +372,3 @@ EXPORT_SYMBOL(i2o_driver_register); EXPORT_SYMBOL(i2o_driver_unregister); -EXPORT_SYMBOL(i2o_driver_notify_controller_add_all); -EXPORT_SYMBOL(i2o_driver_notify_controller_remove_all); -EXPORT_SYMBOL(i2o_driver_notify_device_add_all); -EXPORT_SYMBOL(i2o_driver_notify_device_remove_all); --- linux-2.6.17-rc1-mm2-full/drivers/message/i2o/exec-osm.c.old 2006-04-13 17:29:39.000000000 +0200 +++ linux-2.6.17-rc1-mm2-full/drivers/message/i2o/exec-osm.c 2006-04-13 17:29:46.000000000 +0200 @@ -583,4 +583,3 @@ }; EXPORT_SYMBOL(i2o_msg_post_wait_mem); -EXPORT_SYMBOL(i2o_exec_lct_get);