Date: Mon, 24 Feb 2014 19:19:36 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262454 - head/sys/dev/usb/input Message-ID: <201402241919.s1OJJaBi071965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Mon Feb 24 19:19:35 2014 New Revision: 262454 URL: http://svnweb.freebsd.org/changeset/base/262454 Log: Fix compiler warning. Reported by: David Wolfskill <david@catwhisker.org> MFC after: 2 weeks Modified: head/sys/dev/usb/input/atp.c Modified: head/sys/dev/usb/input/atp.c ============================================================================== --- head/sys/dev/usb/input/atp.c Mon Feb 24 18:44:22 2014 (r262453) +++ head/sys/dev/usb/input/atp.c Mon Feb 24 19:19:35 2014 (r262454) @@ -794,11 +794,6 @@ static void atp_convert_to_slide(st 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241919.s1OJJaBi071965>