Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757606AbZLZAqP (ORCPT ); Fri, 25 Dec 2009 19:46:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757498AbZLZAqO (ORCPT ); Fri, 25 Dec 2009 19:46:14 -0500 Received: from einhorn.in-berlin.de ([192.109.42.8]:53639 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757476AbZLZAqN (ORCPT ); Fri, 25 Dec 2009 19:46:13 -0500 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Sat, 26 Dec 2009 01:45:55 +0100 (CET) From: Stefan Richter Subject: [PATCH v4l/dvb] firedtv: add forgotten __exit annotation To: linux-media@vger.kernel.org cc: linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 31 fdtv_fw_exit() is part of the firedtv driver's .exit.text section. Signed-off-by: Stefan Richter --- drivers/media/dvb/firewire/firedtv-fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.33-rc2/drivers/media/dvb/firewire/firedtv-fw.c =================================================================== --- linux-2.6.33-rc2.orig/drivers/media/dvb/firewire/firedtv-fw.c +++ linux-2.6.33-rc2/drivers/media/dvb/firewire/firedtv-fw.c @@ -332,7 +332,7 @@ int __init fdtv_fw_init(void) return driver_register(&fdtv_driver.driver); } -void fdtv_fw_exit(void) +void __exit fdtv_fw_exit(void) { driver_unregister(&fdtv_driver.driver); fw_core_remove_address_handler(&fcp_handler); -- Stefan Richter -=====-==--= ==-- ==-=- http://arcgraph.de/sr/ -- 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/