forked from luck/tmp_suning_uos_patched
Input: lifebook - fix incorrect placement of __initconst
__initconst should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
98f6e5d1a3
commit
3bd8a8b459
@ -44,7 +44,7 @@ static int lifebook_set_6byte_proto(const struct dmi_system_id *d)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct dmi_system_id __initconst lifebook_dmi_table[] = {
|
static const struct dmi_system_id lifebook_dmi_table[] __initconst = {
|
||||||
{
|
{
|
||||||
/* FLORA-ie 55mi */
|
/* FLORA-ie 55mi */
|
||||||
.matches = {
|
.matches = {
|
||||||
|
Loading…
Reference in New Issue
Block a user