ACPICA: Remove ACPI_GET_OBJECT_TYPE macro

Remove all instances of this obsolete macro, since it is now a
simple reference to ->common.type. There were about 150 invocations
of the macro across 41 files. ACPICA BZ 755.

http://www.acpica.org/bugzilla/show_bug.cgi?id=755

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>
这个提交包含在:
Bob Moore
2009-02-18 14:44:03 +08:00
提交者 Len Brown
父节点 32c9ef994d
当前提交 3371c19c29
修改 38 个文件,包含 158 行新增194 行删除

查看文件

@@ -713,6 +713,6 @@ acpi_ds_method_data_get_type(u16 opcode,
/* Get the object type */
return_VALUE(ACPI_GET_OBJECT_TYPE(object));
return_VALUE(object->type);
}
#endif