mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
8298529226
commit
dc8f777787
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue