Input: elan_i2c - fix typo in include header guard

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Fixes: 6696777c65 ("Input: add driver for Elan I2C/SMbus touchpad")
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
Nicolas Iooss 2015-03-19 09:13:34 -07:00 committed by Dmitry Torokhov
parent 245165de98
commit 61c797d52d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
*/
#ifndef _ELAN_I2C_H
#define _ELAN_i2C_H
#define _ELAN_I2C_H
#include <linux/types.h>