diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-02 08:50:43 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2022-07-02 08:50:43 +0000 |
commit | ba9e2da185db87b907ce5e5ab973261b6b71b8d3 (patch) | |
tree | c794dbe2375ac56389d511a6ec35c4e9f244ac82 /sys/dev/fdt | |
parent | f487f43fd3d05d932c6483c4cbeed9667ffcfdf2 (diff) |
Remove unused device poll functions.
Also remove unneeded includes of <sys/poll.h> and <sys/select.h>.
Some addenda from jsg@.
OK miod@ mpi@
Diffstat (limited to 'sys/dev/fdt')
-rw-r--r-- | sys/dev/fdt/exuart.c | 3 | ||||
-rw-r--r-- | sys/dev/fdt/imxuart.c | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/sys/dev/fdt/imxuart.c b/sys/dev/fdt/imxuart.c index 03031aaa769..3dab7c81653 100644 --- a/sys/dev/fdt/imxuart.c +++ b/sys/dev/fdt/imxuart.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxuart.c,v 1.12 2021/10/24 17:52:26 mpi Exp $ */ +/* $OpenBSD: imxuart.c,v 1.13 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> |