Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/dev Catch up with hid.h header location change



details:   https://anonhg.NetBSD.org/src/rev/e5ae39ed5b19
branches:  trunk
changeset: 828423:e5ae39ed5b19
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Dec 13 09:46:05 2017 +0000

description:
Catch up with hid.h header location change

Fixes macppc kernels build

diffstat:

 sys/arch/macppc/dev/pbms.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25b80da0b0e7 -r e5ae39ed5b19 sys/arch/macppc/dev/pbms.c
--- a/sys/arch/macppc/dev/pbms.c        Wed Dec 13 06:47:04 2017 +0000
+++ b/sys/arch/macppc/dev/pbms.c        Wed Dec 13 09:46:05 2017 +0000
@@ -1,4 +1,4 @@
-/* $Id: pbms.c,v 1.14 2016/04/28 14:00:23 skrll Exp $ */
+/* $Id: pbms.c,v 1.15 2017/12/13 09:46:05 maya Exp $ */
 
 /*
  * Copyright (c) 2005, Johan Wallén
@@ -129,7 +129,7 @@
 #include <dev/usb/usbdi.h>
 #include <dev/usb/usbdevs.h>
 #include <dev/usb/uhidev.h>
-#include <dev/usb/hid.h>
+#include <dev/hid/hid.h>
 
 #include <dev/wscons/wsconsio.h>
 #include <dev/wscons/wsmousevar.h>



Home | Main Index | Thread Index | Old Index