|
@@ -17,7 +17,6 @@
|
|
#include <bcm63xx_cpu.h>
|
|
#include <bcm63xx_cpu.h>
|
|
#include <bcm63xx_io.h>
|
|
#include <bcm63xx_io.h>
|
|
#include <bcm63xx_regs.h>
|
|
#include <bcm63xx_regs.h>
|
|
-#include <bcm63xx_gpio.h>
|
|
|
|
|
|
|
|
void __init prom_init(void)
|
|
void __init prom_init(void)
|
|
{
|
|
{
|
|
@@ -53,9 +52,6 @@ void __init prom_init(void)
|
|
reg &= ~mask;
|
|
reg &= ~mask;
|
|
bcm_perf_writel(reg, PERF_CKCTL_REG);
|
|
bcm_perf_writel(reg, PERF_CKCTL_REG);
|
|
|
|
|
|
- /* register gpiochip */
|
|
|
|
- bcm63xx_gpio_init();
|
|
|
|
-
|
|
|
|
/* do low level board init */
|
|
/* do low level board init */
|
|
board_prom_init();
|
|
board_prom_init();
|
|
|
|
|