ACPICA: Remove wakeup GPE reference counting which is not used
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 1 Jul 2010 02:11:45 +0000 (10:11 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 7 Jul 2010 02:34:26 +0000 (22:34 -0400)
After the previous patch that introduced acpi_gpe_wakeup() and
modified the ACPI suspend and wakeup code to use it, the third
argument of acpi_{enable|disable}_gpe() and the GPE wakeup
reference counter are not necessary any more.  Remove them and
modify all of the users of acpi_{enable|disable}_gpe()
accordingly.  Also drop GPE type constants that aren't used
any more.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found