patch-2.4.0-test9 linux/drivers/acpi/hardware/hwgpe.c

Next file: linux/drivers/acpi/hardware/hwregs.c
Previous file: linux/drivers/acpi/hardware/hwcpu32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/acpi/hardware/hwgpe.c linux/drivers/acpi/hardware/hwgpe.c
@@ -1,6 +1,7 @@
 /******************************************************************************
  *
  * Module Name: hwgpe - Low level GPE enable/disable/clear functions
+ *              $Revision: 22 $
  *
  *****************************************************************************/
 
@@ -23,12 +24,12 @@
  */
 
 #include "acpi.h"
-#include "hardware.h"
-#include "namesp.h"
-#include "events.h"
+#include "achware.h"
+#include "acnamesp.h"
+#include "acevents.h"
 
 #define _COMPONENT          HARDWARE
-	 MODULE_NAME         ("hwgpe");
+	 MODULE_NAME         ("hwgpe")
 
 
 u8 decode_to8bit [8] = {1,2,4,8,16,32,64,128};

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)