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

Commit 61c797d5 authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Dmitry Torokhov
Browse files

Input: elan_i2c - fix typo in include header guard



Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: 6696777c ("Input: add driver for Elan I2C/SMbus touchpad")
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 245165de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
 */

#ifndef _ELAN_I2C_H
#define _ELAN_i2C_H
#define _ELAN_I2C_H

#include <linux/types.h>