OSDN Git Service

Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FS
authorGuenter Roeck <linux@roeck-us.net>
Wed, 22 Aug 2012 05:01:45 +0000 (22:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 22 Aug 2012 05:03:04 +0000 (22:03 -0700)
commita1d0fa776870aeda5eb91b131d0f1aede6d94ef1
treeb8a4c444355370b17d761ef6f8a4a9c4ab9ce980
parentcf45b5a2525d9e7473db955750a8db9d4160b6ab
Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FS

This fixes the following breakage:

edt-ft5x06.c: In function edt_ft5x06_ts_remove:
edt-ft5x06.c:846:14: error: struct edt_ft5x06_ts_data has no member named
raw_buffer

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Simon Budig <simon.budig@kernelconcepts.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/edt-ft5x06.c