diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 15:54:15 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 15:54:15 +0000 |
commit | 7fd88a74dd552b0096c543e413327fbfb350ef80 (patch) | |
tree | 2ce2a269aaed833603cb04a343aa3c5e0049d0e8 /sys/arch/sparc64/dev | |
parent | d24eef6904e463e49210a1e3bc560a2fe852dcbe (diff) |
Move HID support files out of dev/usb into new dev/hid directory
These files aren't USB-specific and were used by the previous
Bluetooth implementation, and will be used by the upcoming
HID-over-i2C implementation
ok deraadt
previous version ok kettenis and mpi
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/beep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/beep.c b/sys/arch/sparc64/dev/beep.c index ca5680c5dac..fa9f7bae4a7 100644 --- a/sys/arch/sparc64/dev/beep.c +++ b/sys/arch/sparc64/dev/beep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: beep.c,v 1.5 2010/07/31 16:04:50 miod Exp $ */ +/* $OpenBSD: beep.c,v 1.6 2016/01/08 15:54:13 jcs Exp $ */ /* * Copyright (c) 2006 Jason L. Wright (jason@thought.net) @@ -47,7 +47,7 @@ #include "hidkbd.h" #if NHIDKBD > 0 -#include <dev/usb/hidkbdvar.h> +#include <dev/hid/hidkbdvar.h> #endif #define BEEP_CTRL 0 |