From: patrick Date: Thu, 4 Feb 2021 23:36:31 +0000 (+0000) Subject: exuart(4) does not need to include exclockvar.h. The header seems to only X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=03b9915422c62df696c29ae082ca2ee2735f2785;p=openbsd exuart(4) does not need to include exclockvar.h. The header seems to only provide a function for the I2C clock frequency, used by exiic(4). --- diff --git a/sys/arch/armv7/exynos/exuart.c b/sys/arch/armv7/exynos/exuart.c index f5e0592b59a..ee5490ec239 100644 --- a/sys/arch/armv7/exynos/exuart.c +++ b/sys/arch/armv7/exynos/exuart.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exuart.c,v 1.18 2021/02/04 23:28:20 patrick Exp $ */ +/* $OpenBSD: exuart.c,v 1.19 2021/02/04 23:36:31 patrick Exp $ */ /* * Copyright (c) 2005 Dale Rahn * @@ -39,7 +39,6 @@ #include #include #include -#include #include #include