svn commit: r272196 - head/sys/arm/at91

Kevin Lo kevlo at FreeBSD.org
Sat Sep 27 02:15:46 UTC 2014


Author: kevlo
Date: Sat Sep 27 02:15:45 2014
New Revision: 272196
URL: http://svnweb.freebsd.org/changeset/base/272196

Log:
  Remove a bogus AIC.
  
  Reviewed by:	imp

Modified:
  head/sys/arm/at91/at91rm9200.c

Modified: head/sys/arm/at91/at91rm9200.c
==============================================================================
--- head/sys/arm/at91/at91rm9200.c	Sat Sep 27 02:04:58 2014	(r272195)
+++ head/sys/arm/at91/at91rm9200.c	Sat Sep 27 02:15:45 2014	(r272196)
@@ -105,7 +105,7 @@ static const uint32_t at91_pio_base[] = 
 
 static const struct cpu_devs at91_devs[] =
 {
-	DEVICE("at91_aic", AIC,  0),
+	DEVICE("at91_aic",   AIC,    0),
 	DEVICE("at91_pmc",   PMC,    0),
 	DEVICE("at91_st",    ST,     0),
 	DEVICE("at91_pio",   PIOA,   0),
@@ -128,7 +128,6 @@ static const struct cpu_devs at91_devs[]
 	DEVICE("uart",       USART1, 2),
 	DEVICE("uart",       USART2, 3),
 	DEVICE("uart",       USART3, 4),
-	DEVICE("at91_aic",   AIC,    0),
 	DEVICE("at91_mc",    MC,     0),
 	DEVICE("at91_tc",    TC0,    0),
 	DEVICE("at91_tc",    TC1,    1),


More information about the svn-src-all mailing list