1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

This code no longer references fdtbus_bs_tag, no need for a special extern

declaration of it for aarch64.
This commit is contained in:
Ian Lepore 2016-02-23 03:01:46 +00:00
parent 99c4102214
commit b1c2e02c10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295910

View File

@ -54,10 +54,6 @@ __FBSDID("$FreeBSD$");
#include <dev/uart/uart_cpu.h>
#include <dev/uart/uart_cpu_fdt.h>
#ifdef __aarch64__
extern bus_space_tag_t fdtbus_bs_tag;
#endif
/*
* UART console routines.
*/