svn commit: r320490 - head/sys/dev/hyperv/input

Sepherosa Ziehau sephe at FreeBSD.org
Fri Jun 30 03:01:23 UTC 2017


Author: sephe
Date: Fri Jun 30 03:01:22 2017
New Revision: 320490
URL: https://svnweb.freebsd.org/changeset/base/320490

Log:
  hyperv/input: Remove unnecessary inclusion.
  
  The unbreaks gcc compilation.
  
  Submitted by:	Ryan Libby
  MFC after:	1 week
  Sponsored by:	Microsoft
  Differential Revision:	https://reviews.freebsd.org/D11415

Modified:
  head/sys/dev/hyperv/input/hv_kbdc.c

Modified: head/sys/dev/hyperv/input/hv_kbdc.c
==============================================================================
--- head/sys/dev/hyperv/input/hv_kbdc.c	Fri Jun 30 02:11:32 2017	(r320489)
+++ head/sys/dev/hyperv/input/hv_kbdc.c	Fri Jun 30 03:01:22 2017	(r320490)
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/kbio.h>
 #include <dev/kbd/kbdreg.h>
-#include <dev/kbd/kbdtables.h>
 
 #include <dev/hyperv/include/hyperv.h>
 #include <dev/hyperv/utilities/hv_utilreg.h>


More information about the svn-src-all mailing list