diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-02-02 23:21:58 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-02-21 01:02:26 -0800 |
commit | 964de52147c2842092642512e6f654fc2ab51408 (patch) | |
tree | 709284f85ce341b0b99c3297d71678335f7b9354 /arch/arm/mach-s5pv210/mach-goni.c | |
parent | 2546bcc2d64c3bd0e7cb802cb8fc6cf757c6be0b (diff) | |
download | talos-obmc-linux-964de52147c2842092642512e6f654fc2ab51408.tar.gz talos-obmc-linux-964de52147c2842092642512e6f654fc2ab51408.zip |
Input: qt602240_ts - rename to atmel_mxt_ts
Since the driver will be supporting whole range of Atmels mXT touchscreen
controllers we better rename it to atmel_mxt_ts.
Acked-by: Iiro Valkonen <iiro.valkonen@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-goni.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index e22d5112fd44..fd2747fd8905 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c @@ -15,7 +15,7 @@ #include <linux/fb.h> #include <linux/i2c.h> #include <linux/i2c-gpio.h> -#include <linux/i2c/qt602240_ts.h> +#include <linux/i2c/atmel_mxt_ts.h> #include <linux/mfd/max8998.h> #include <linux/mfd/wm8994/pdata.h> #include <linux/regulator/fixed.h> |