]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/container.c
ocfs2: initialize stack_user lvbptr
[linux-2.6-omap-h63xx.git] / drivers / acpi / container.c
index 03ea8478e393846f7a6aa559f8cfb16faeccce88..17020c12623c727c7c8ff0a18e7602bf18a85c5a 100644 (file)
@@ -41,7 +41,6 @@
 #define INSTALL_NOTIFY_HANDLER         1
 #define UNINSTALL_NOTIFY_HANDLER       2
 
-#define ACPI_CONTAINER_COMPONENT       0x01000000
 #define _COMPONENT                     ACPI_CONTAINER_COMPONENT
 ACPI_MODULE_NAME("container");
 
@@ -76,7 +75,7 @@ static int is_device_present(acpi_handle handle)
 {
        acpi_handle temp;
        acpi_status status;
-       unsigned long sta;
+       unsigned long long sta;
 
 
        status = acpi_get_handle(handle, "_STA", &temp);