X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Facpi%2Fhardware%2Fhwgpe.c;h=9ac1d639bf5105d4cf5ce7db4c861ccff71c1f3e;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3910b5ec9f3a2eba86372ac33d4bc0d61975793d;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/acpi/hardware/hwgpe.c b/drivers/acpi/hardware/hwgpe.c index 3910b5ec9..9ac1d639b 100644 --- a/drivers/acpi/hardware/hwgpe.c +++ b/drivers/acpi/hardware/hwgpe.c @@ -6,7 +6,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2004, R. Byron Moore + * Copyright (C) 2000 - 2005, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -135,7 +135,7 @@ acpi_hw_clear_gpe ( * DESCRIPTION: Return the status of a single GPE. * ******************************************************************************/ - +#ifdef ACPI_FUTURE_USAGE acpi_status acpi_hw_get_gpe_status ( struct acpi_gpe_event_info *gpe_event_info, @@ -194,6 +194,7 @@ acpi_hw_get_gpe_status ( unlock_and_exit: return (status); } +#endif /* ACPI_FUTURE_USAGE */ /******************************************************************************