Message ID | 9873815.iVxmlHgYuJ@mobilepool36.emlix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Input: edt-ft5x06: fix typo CONFIG_DEBUGFS | expand |
diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c index bb2e1cbffba7..8d7a0d080554 100644 --- a/drivers/input/touchscreen/edt-ft5x06.c +++ b/drivers/input/touchscreen/edt-ft5x06.c @@ -817,7 +817,7 @@ static void edt_ft5x06_ts_teardown_debugfs(struct edt_ft5x06_ts_data *tsdata) { } -#endif /* CONFIG_DEBUGFS */ +#endif /* CONFIG_DEBUG_FS */ static int edt_ft5x06_ts_identify(struct i2c_client *client, struct edt_ft5x06_ts_data *tsdata,
Signed-off-by: Rolf Eike Beer <eb@emlix.com> --- drivers/input/touchscreen/edt-ft5x06.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)