Fix compiler warning.

Reported by:	David Wolfskill <david@catwhisker.org>
MFC after:	2 weeks
This commit is contained in:
Hans Petter Selasky 2014-02-24 19:19:35 +00:00
parent a7626073a0
commit 973650a472
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262454

View file

@ -794,11 +794,6 @@ static void atp_convert_to_slide(struct atp_softc *, atp_stroke_t *);
static void atp_reset_buf(struct atp_softc *);
static void atp_add_to_queue(struct atp_softc *, int, int, int, uint32_t);
static const sensor_data_interpreter_t atp_sensor_data_interpreters[TRACKPAD_FAMILY_MAX] = {
[TRACKPAD_FAMILY_FOUNTAIN_GEYSER] = fg_interpret_sensor_data,
[TRACKPAD_FAMILY_WELLSPRING] = wsp_interpret_sensor_data,
};
/* Device methods. */
static device_probe_t atp_probe;
static device_attach_t atp_attach;