ACPI: processor: move device _HID into driver
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 27 Apr 2009 22:33:46 +0000 (16:33 -0600)
committerLen Brown <len.brown@intel.com>
Thu, 28 May 2009 01:14:28 +0000 (21:14 -0400)
commit9eccbc2f67efd0d19c47f40182abf2965c287add
tree3460068a0d97b3dcbb9da2e2ce95720f60d571a5
parent6cc73b4806c07b4207780f6d85c456b4c5b29d71
ACPI: processor: move device _HID into driver

The ACPI0007 _HID used for processor "Device" objects in the namespace
is not needed outside the processor driver, so move it there.  Also, the
#define is only used once, so just remove it and hard-code "ACPI0007".

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c
include/acpi/acpi_drivers.h