This is a re-spin of patch 2/3: ACPICA: Add interface for getting latest OS version requested via _OSI to address the comments suggested by Bob and Rafael. To be exact, the patchset does: 1 Expose acpi_gbl_osi_data through include/acpi/acpixf.h and move all OSI definitions to include/acpi/actypes.h in patch 1; 2 Add a wrapper function acpi_osi_version in osl.c to return acpi_gbl_osi_data in patch 2. Matthew, I suppose you might be busy so I've done the re-spin for you, please let me know if you think something wrong, thanks. Aaron Lu (2): ACPICA: expose OSI version ACPI / OSL: add a wrapper function to return OSI version drivers/acpi/acpica/aclocal.h | 13 ------------- drivers/acpi/osl.c | 6 ++++++ include/acpi/acpixf.h | 1 + include/acpi/actypes.h | 15 +++++++++++++++ include/linux/acpi.h | 6 ++++++ 5 files changed, 28 insertions(+), 13 deletions(-) -- 1.8.3.2.10.g43d11f4 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html