diff options
Diffstat (limited to 'sys/dev/fdt/exuart.c')
-rw-r--r-- | sys/dev/fdt/exuart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/exuart.c b/sys/dev/fdt/exuart.c index 151035d35aa..34d5df59907 100644 --- a/sys/dev/fdt/exuart.c +++ b/sys/dev/fdt/exuart.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exuart.c,v 1.10 2022/04/06 18:59:28 naddy Exp $ */ +/* $OpenBSD: exuart.c,v 1.11 2022/07/02 08:50:42 visa Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@motorola.com> * @@ -26,7 +26,6 @@ #include <sys/syslog.h> #include <sys/conf.h> #include <sys/fcntl.h> -#include <sys/select.h> #include <sys/kernel.h> #include <machine/bus.h> |