Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/smc91x.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <mach/addr-map.h>
#include <mach/mfp-pxa910.h>
#include <mach/pxa910.h>
#include <mach/irqs.h>
#include "common.h"
Go to the source code of this file.
Variables | |
map_io = mmp_map_io | |
nr_irqs = MMP_NR_IRQS | |
init_irq = pxa910_init_irq | |
timer = &pxa910_timer | |
init_machine = tavorevb_init | |
restart = mmp_restart | |
init_irq = pxa910_init_irq |
Definition at line 105 of file tavorevb.c.
init_machine = tavorevb_init |
Definition at line 107 of file tavorevb.c.
map_io = mmp_map_io |
Definition at line 103 of file tavorevb.c.
nr_irqs = MMP_NR_IRQS |
Definition at line 104 of file tavorevb.c.
restart = mmp_restart |
Definition at line 108 of file tavorevb.c.
Definition at line 106 of file tavorevb.c.