提交 cdddd23f 编写于 作者: B Benson Leung 提交者: Olof Johansson

platform/chrome: chromeos_laptop - fix incorrect placement of __initdata tag

__initdata tag should be placed between the variable name and equal
sign for the variable to be placed in the intended .init.data section.
Signed-off-by: NBenson Leung <bleung@chromium.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 9ad36924
...@@ -406,7 +406,7 @@ static struct chromeos_laptop cr48 = { ...@@ -406,7 +406,7 @@ static struct chromeos_laptop cr48 = {
.callback = chromeos_laptop_dmi_matched, \ .callback = chromeos_laptop_dmi_matched, \
.driver_data = (void *)&board_ .driver_data = (void *)&board_
static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = { static struct dmi_system_id chromeos_laptop_dmi_table[] __initdata = {
{ {
.ident = "Samsung Series 5 550", .ident = "Samsung Series 5 550",
.matches = { .matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册