[Arm-dev] [PATCH v1 77/87] acpi, property: Export acpi_dev_prop_read call to be usable for kernel modules.
Vadim Lomovtsev
Vadim.Lomovtsev at caviumnetworks.comThu Aug 13 13:19:14 UTC 2015
- Previous message: [Arm-dev] [PATCH v1 76/87] arm64/acpi/pci: provide hook for MCFG fixups
- Next message: [Arm-dev] [PATCH v1 78/87] ARM64 / ACPI: Point KVM to the virtual timer interrupt when booting with ACPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Tomasz Nowicki <tomasz.nowicki at linaro.org> Fix for *Bug 14123* - "Error while trying to compile VNIC and BGX drivers as Loadable Kernel Modules" Signed-off-by: Tomasz Nowicki <tomasz.nowicki at linaro.org> Signed-off-by: Robert Richter <rrichter at cavium.com> Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev at caviumnetworks.com> --- drivers/acpi/property.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index 7836e2e..635785d 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -432,6 +432,7 @@ int acpi_dev_prop_read_single(struct acpi_device *adev, const char *propname, } return ret; } +EXPORT_SYMBOL_GPL(acpi_dev_prop_read); static int acpi_copy_property_array_u8(const union acpi_object *items, u8 *val, size_t nval) -- 2.4.3
- Previous message: [Arm-dev] [PATCH v1 76/87] arm64/acpi/pci: provide hook for MCFG fixups
- Next message: [Arm-dev] [PATCH v1 78/87] ARM64 / ACPI: Point KVM to the virtual timer interrupt when booting with ACPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Arm-dev mailing list