Fixed 'Section mismatch in reference' warnings in GCC 10

This commit is contained in:
Dmitry Fedchenko 2020-07-12 20:55:56 +03:00 committed by Jeremy Soller
parent 706784b35b
commit 5b0193394b
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ static void s76_wmi_notify(u32 value, void *context) {
} }
} }
static int s76_probe(struct platform_device *dev) { static int __init s76_probe(struct platform_device *dev) {
int err; int err;
if (driver_flags & DRIVER_AP_LED) { if (driver_flags & DRIVER_AP_LED) {