ARM: at91: remove useless at91rm9200_set_type()
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 12 Jan 2015 18:42:16 +0000 (19:42 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 15 Jan 2015 14:24:06 +0000 (15:24 +0100)
Since all rm9200 board files have been removed, there is no user of
at91rm9200_set_type() left. Remove it

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/generic.h
arch/arm/mach-at91/setup.c

index c10c2ddaae6d368375a0481a8a5e03dadb033126..54f3837a0a4d923b1e1e1d04f06bc9e68149ba04 100644 (file)
@@ -21,7 +21,6 @@ extern void __init at91_init_sram(int bank, unsigned long base,
                                  unsigned int length);
 
  /* Processors */
-extern void __init at91rm9200_set_type(int type);
 extern void __init at91_dt_initialize(void);
 
  /* Timer */
index acb8d7724609d0aaa80ae1abc1a15e2726088dc9..e3c21b458bb84303af923f77fb9f76785e22895c 100644 (file)
@@ -31,17 +31,6 @@ struct at91_init_soc __initdata at91_boot_soc;
 struct at91_socinfo at91_soc_initdata;
 EXPORT_SYMBOL(at91_soc_initdata);
 
-void __init at91rm9200_set_type(int type)
-{
-       if (type == ARCH_REVISON_9200_PQFP)
-               at91_soc_initdata.subtype = AT91_SOC_RM9200_PQFP;
-       else
-               at91_soc_initdata.subtype = AT91_SOC_RM9200_BGA;
-
-       pr_info("filled in soc subtype: %s\n",
-               at91_get_soc_subtype(&at91_soc_initdata));
-}
-
 void __iomem *at91_ramc_base[2];
 EXPORT_SYMBOL_GPL(at91_ramc_base);