[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397654682-7094-3-git-send-email-tianyu.lan@intel.com>
Date: Wed, 16 Apr 2014 21:24:35 +0800
From: Lan Tianyu <tianyu.lan@...el.com>
To: wsa@...-dreams.de, rjw@...ysocki.net, lenb@...nel.org,
mika.westerberg@...ux.intel.com, awilliam@...hat.com,
tianyu.lan@...el.com, robert.moore@...el.com, lv.zheng@...el.com,
rafael.j.wysocki@...el.com
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org, devel@...ica.org
Subject: [PATCH 2/9] ACPICA: Export acpi_buffer_to_resource symbol
The acpi_buffer_to_resource is needed in i2c module
to convert aml buffer to struct acpi_resource
Signed-off-by: Lan Tianyu <tianyu.lan@...el.com>
---
drivers/acpi/acpica/rscreate.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/acpica/rscreate.c b/drivers/acpi/acpica/rscreate.c
index 75d3690..5828649 100644
--- a/drivers/acpi/acpica/rscreate.c
+++ b/drivers/acpi/acpica/rscreate.c
@@ -112,6 +112,7 @@ acpi_buffer_to_resource(u8 *aml_buffer,
return (status);
}
+ACPI_EXPORT_SYMBOL(acpi_buffer_to_resource);
/*******************************************************************************
*
--
1.8.4.rc0.1.g8f6a3e5.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists