Input: i8042 - move __initconst to fix code styling warning
[ Upstream commit95a9916c90] Move __intconst from before i8042_dmi_laptop_table[] to after it for consistent code styling. Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20220629112725.12922-2-wse@tuxedocomputers.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Stable-dep-of:9c445d2637("Input: i8042 - add Clevo PCX0DX to i8042 quirk table") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
55515d7d87
commit
ab85074c30
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
|
|||
{ }
|
||||
};
|
||||
|
||||
static const struct dmi_system_id __initconst i8042_dmi_laptop_table[] = {
|
||||
static const struct dmi_system_id i8042_dmi_laptop_table[] __initconst = {
|
||||
{
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_CHASSIS_TYPE, "8"), /* Portable */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue