svn commit: r262454 - head/sys/dev/usb/input

Hans Petter Selasky hselasky at FreeBSD.org
Mon Feb 24 19:19:36 UTC 2014


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 at 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;


More information about the svn-src-head mailing list