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

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
......@@ -17,7 +17,7 @@
*/
#ifndef _ELAN_I2C_H
#define _ELAN_i2C_H
#define _ELAN_I2C_H
#include <linux/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment