# 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.1118 -> 1.1119 # drivers/acpi/asus_acpi.c 1.3 -> 1.4 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/30 len.brown@intel.com 1.1119 # [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:42:57 2003 +++ b/drivers/acpi/asus_acpi.c Tue Sep 30 20:42:57 2003 @@ -77,7 +77,6 @@ MODULE_LICENSE("GPL"); EXPORT_NO_SYMBOLS; - static uid_t asus_uid = 0; static gid_t asus_gid = 0; MODULE_PARM(asus_uid, "i"); @@ -924,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;