|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/ata_platform.h>#include <linux/mv643xx_eth.h>#include <linux/spi/spi.h>#include <linux/spi/flash.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/dove.h>#include "common.h"Go to the source code of this file.
Functions | |
| subsys_initcall (cm_a510_pci_init) | |
Variables | |
| atag_offset = 0x100 | |
| init_machine = cm_a510_init | |
| map_io = dove_map_io | |
| init_early = dove_init_early | |
| init_irq = dove_init_irq | |
| timer = &dove_timer | |
| restart = dove_restart | |
| subsys_initcall | ( | cm_a510_pci_init | ) |
| init_early = dove_init_early |
| init_irq = dove_init_irq |
| map_io = dove_map_io |
| restart = dove_restart |
| timer = &dove_timer |
1.8.2