UBUNTU: SAUCE: input: i8042: fix section mismatch warning
Fix the following warning introduced by an old sauce patch:
WARNING: modpost: vmlinux.o: section mismatch in reference: i8042_probe (section: .text) -> i8042_quirks (section: .init.rodata)
Fixes: ec05d1e5ffd7 ("UBUNTU: SAUCE: Input: i8042 - add dmi quirk")
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
a4bf1b98db
commit
66240a79f5
@@ -185,7 +185,7 @@ static int __init i8042_set_noaux(const struct dmi_system_id *dmi)
|
||||
return 1;
|
||||
}
|
||||
|
||||
static const struct dmi_system_id i8042_quirks[] __initconst = {
|
||||
static const struct dmi_system_id i8042_quirks[] = {
|
||||
{
|
||||
.callback = i8042_set_noaux,
|
||||
.ident = "Dell laptop",
|
||||
|
||||
Reference in New Issue
Block a user