Merge git://git.infradead.org/iommu-2.6
[sfrench/cifs-2.6.git] / drivers / acpi / acpica / acmacros.h
index 9c127e8e2d6da313d53ac1175cb9c3bdf08a5a9e..91ac7d7b4402a07bf9409cd2c7ef97fae9981e3b 100644 (file)
 #define ACPI_GET_DESCRIPTOR_TYPE(d)     (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)
 #define ACPI_SET_DESCRIPTOR_TYPE(d, t)  (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = t)
 
-/* Macro to test the object type */
-
-#define ACPI_GET_OBJECT_TYPE(d)         (((union acpi_operand_object *)(void *)(d))->common.type)
-
 /*
  * Macros for the master AML opcode table
  */