# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1381  -> 1.1382 
#	drivers/acpi/asus_acpi.c	1.3     -> 1.4    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/30	len.brown@intel.com	1.1382
# [ACPI] build fix: remove 2nd __exit from asus_acpi.c
# --------------------------------------------
#
diff -Nru a/drivers/acpi/asus_acpi.c b/drivers/acpi/asus_acpi.c
--- a/drivers/acpi/asus_acpi.c	Tue Sep 30 20:40:58 2003
+++ b/drivers/acpi/asus_acpi.c	Tue Sep 30 20:40:58 2003
@@ -923,7 +923,7 @@
 
 
 
-static int __exit asus_hotk_remove(struct acpi_device *device, int type)
+static int asus_hotk_remove(struct acpi_device *device, int type)
 {
 	acpi_status status = 0;
 	struct asus_hotk *hotk = NULL;