Date: Thu, 23 May 2019 20:18:47 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348198 - head/sys/dev/uart Message-ID: <201905232018.x4NKIl5q022447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Thu May 23 20:18:46 2019 New Revision: 348198 URL: https://svnweb.freebsd.org/changeset/base/348198 Log: uart_cpu_acpi: Fix GCC build break from r348195 extern declarations are redundant with those in uart_cpu.h, which this file includes. X-MFC-with: r348195 Modified: head/sys/dev/uart/uart_cpu_acpi.c Modified: head/sys/dev/uart/uart_cpu_acpi.c ============================================================================== --- head/sys/dev/uart/uart_cpu_acpi.c Thu May 23 20:12:24 2019 (r348197) +++ head/sys/dev/uart/uart_cpu_acpi.c Thu May 23 20:18:46 2019 (r348198) @@ -45,9 +45,6 @@ __FBSDID("$FreeBSD$"); #include <contrib/dev/acpica/include/accommon.h> #include <contrib/dev/acpica/include/actables.h> -extern bus_space_tag_t uart_bus_space_io; -extern bus_space_tag_t uart_bus_space_mem; - static struct acpi_uart_compat_data * uart_cpu_acpi_scan(uint8_t interface_type) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232018.x4NKIl5q022447>