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

Commit 4d46f014 authored by Marcos Paulo de Souza's avatar Marcos Paulo de Souza Committed by Dmitry Torokhov
Browse files

Input: i8042 - comment #else/#endif of CONFIG_PNP



As this define check if huge, this makes easier to read the code.

Signed-off-by: default avatarMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 951a0864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1052,10 +1052,10 @@ static int __init i8042_pnp_init(void)
	return 0;
}

#else
#else  /* !CONFIG_PNP */
static inline int i8042_pnp_init(void) { return 0; }
static inline void i8042_pnp_exit(void) { }
#endif
#endif /* CONFIG_PNP */

static int __init i8042_platform_init(void)
{