]> err.no Git - linux-2.6/blobdiff - drivers/acpi/tables/tbfind.c
acpi cpufreq cleanup: move bailing out of function before locking the mutex
[linux-2.6] / drivers / acpi / tables / tbfind.c
index 772ca41d840b33f5db56d6629bfc2def9a994164..531584defbb826596c742acb2b5c9a90a3b45fc1 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2007, R. Byron Moore
+ * Copyright (C) 2000 - 2008, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -65,10 +65,9 @@ ACPI_MODULE_NAME("tbfind")
  ******************************************************************************/
 acpi_status
 acpi_tb_find_table(char *signature,
-                  char *oem_id,
-                  char *oem_table_id, acpi_native_uint * table_index)
+                  char *oem_id, char *oem_table_id, u32 *table_index)
 {
-       acpi_native_uint i;
+       u32 i;
        acpi_status status;
        struct acpi_table_header header;