pxa3xx.c (c016550490687c6bdbcdf06c7b4d874b6c7c6e4e) pxa3xx.c (16dfdbf038706c12c56f327d14c6b901edc376a3)
1/*
2 * linux/arch/arm/mach-pxa/pxa3xx.c
3 *
4 * code specific to pxa3xx aka Monahans
5 *
6 * Copyright (C) 2006 Marvell International Ltd.
7 *
8 * 2007-09-02: eric miao <eric.miao@marvell.com>

--- 446 unchanged lines hidden (view full) ---

455
456static struct sys_device pxa3xx_sysdev[] = {
457 {
458 .id = 0,
459 .cls = &pxa_irq_sysclass,
460 }, {
461 .id = 1,
462 .cls = &pxa_irq_sysclass,
1/*
2 * linux/arch/arm/mach-pxa/pxa3xx.c
3 *
4 * code specific to pxa3xx aka Monahans
5 *
6 * Copyright (C) 2006 Marvell International Ltd.
7 *
8 * 2007-09-02: eric miao <eric.miao@marvell.com>

--- 446 unchanged lines hidden (view full) ---

455
456static struct sys_device pxa3xx_sysdev[] = {
457 {
458 .id = 0,
459 .cls = &pxa_irq_sysclass,
460 }, {
461 .id = 1,
462 .cls = &pxa_irq_sysclass,
463 }, {
464 .cls = &pxa_gpio_sysclass,
463 },
464};
465
466static int __init pxa3xx_init(void)
467{
468 int i, ret = 0;
469
470 if (cpu_is_pxa3xx()) {

--- 20 unchanged lines hidden ---
465 },
466};
467
468static int __init pxa3xx_init(void)
469{
470 int i, ret = 0;
471
472 if (cpu_is_pxa3xx()) {

--- 20 unchanged lines hidden ---