Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c18bab80 authored by Andrew Morton's avatar Andrew Morton Committed by Dmitry Torokhov
Browse files

Input: i8042 - non-x86 build fix

parent cec69c37
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1172,14 +1172,14 @@ static int __devinit i8042_probe(struct platform_device *dev)
		if (error)
		if (error)
			goto out_fail;
			goto out_fail;
	}
	}

#ifdef CONFIG_X86
	if (i8042_dritek) {
	if (i8042_dritek) {
		param = 0x90;
		param = 0x90;
		error = i8042_command(&param, 0x1059);
		error = i8042_command(&param, 0x1059);
		if (error)
		if (error)
			goto out_fail;
			goto out_fail;
	}
	}

#endif
/*
/*
 * Ok, everything is ready, let's register all serio ports
 * Ok, everything is ready, let's register all serio ports
 */
 */