diff options
Diffstat (limited to 'drivers/input/mouse/focaltech.c')
-rw-r--r-- | drivers/input/mouse/focaltech.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/input/mouse/focaltech.c b/drivers/input/mouse/focaltech.c index fca38ba63bbe..757f78a94aec 100644 --- a/drivers/input/mouse/focaltech.c +++ b/drivers/input/mouse/focaltech.c | |||
@@ -424,11 +424,6 @@ fail: | |||
424 | return error; | 424 | return error; |
425 | } | 425 | } |
426 | 426 | ||
427 | bool focaltech_supported(void) | ||
428 | { | ||
429 | return true; | ||
430 | } | ||
431 | |||
432 | #else /* CONFIG_MOUSE_PS2_FOCALTECH */ | 427 | #else /* CONFIG_MOUSE_PS2_FOCALTECH */ |
433 | 428 | ||
434 | int focaltech_init(struct psmouse *psmouse) | 429 | int focaltech_init(struct psmouse *psmouse) |
@@ -438,9 +433,4 @@ int focaltech_init(struct psmouse *psmouse) | |||
438 | return 0; | 433 | return 0; |
439 | } | 434 | } |
440 | 435 | ||
441 | bool focaltech_supported(void) | ||
442 | { | ||
443 | return false; | ||
444 | } | ||
445 | |||
446 | #endif /* CONFIG_MOUSE_PS2_FOCALTECH */ | 436 | #endif /* CONFIG_MOUSE_PS2_FOCALTECH */ |