diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-02-27 14:27:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-02-27 14:37:32 +0000 |
| commit | cd29688e8ec55a45cda1a5620dfc9b3ba297c0c1 (patch) | |
| tree | d9aba6821bef27ce3ae43e94cb3d42252a854cd4 /sys/dev/atkbdc | |
| parent | 28a5d88f7091d1fc72f4f1bd8562d3c8b15883f5 (diff) | |
Diffstat (limited to 'sys/dev/atkbdc')
| -rw-r--r-- | sys/dev/atkbdc/atkbdcreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atkbdc/atkbdcreg.h b/sys/dev/atkbdc/atkbdcreg.h index 956861b657d6..c0bfbf27a880 100644 --- a/sys/dev/atkbdc/atkbdcreg.h +++ b/sys/dev/atkbdc/atkbdcreg.h @@ -36,8 +36,6 @@ #ifndef _DEV_ATKBDC_ATKBDCREG_H_ #define _DEV_ATKBDC_ATKBDCREG_H_ -#include "opt_kbd.h" /* Structures depend on the value if KBDIO_DEBUG */ - /* constants */ /* I/O ports */ @@ -145,6 +143,8 @@ #ifdef _KERNEL +#include "opt_kbd.h" /* Structures depend on the value if KBDIO_DEBUG */ + #define ATKBDC_DRIVER_NAME "atkbdc" /* |
