This file is no longer AT91RM9200 specific, but now is generic to all

Atmel AT91 SoC's we support.  Rename to reflect that.
This commit is contained in:
Warner Losh 2012-07-12 19:15:38 +00:00
parent 1c882be4bc
commit bc52deb7a9
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ arm/at91/at91_wdt.c optional at91_wdt
arm/at91/if_ate.c optional ate
arm/at91/if_macb.c optional macb
arm/at91/uart_bus_at91usart.c optional uart
arm/at91/uart_cpu_at91rm9200usart.c optional uart
arm/at91/uart_cpu_at91usart.c optional uart
arm/at91/uart_dev_at91usart.c optional uart
#
# All the "systems on a chip" we support

View File

@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
#include <dev/uart/uart_bus.h>
#include <dev/uart/uart_cpu.h>
#include <arm/at91/at91rm92reg.h>
#include <arm/at91/at91var.h>
bus_space_tag_t uart_bus_space_io;