From: Tomasz Nowicki tomasz.nowicki@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@linaro.org Signed-off-by: Robert Richter rrichter@cavium.com Signed-off-by: Vadim Lomovtsev Vadim.Lomovtsev@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)