pxa3xx.c (b9e25aced33eeb7279ccbaef198f28370cfb4e93) pxa3xx.c (4be35e236c4a0e346442d98de3e470cf87c4e947)
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>

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

527 &pxa27x_device_ssp3,
528 &pxa3xx_device_ssp4,
529};
530
531static struct sys_device pxa3xx_sysdev[] = {
532 {
533 .cls = &pxa_irq_sysclass,
534 }, {
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>

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

527 &pxa27x_device_ssp3,
528 &pxa3xx_device_ssp4,
529};
530
531static struct sys_device pxa3xx_sysdev[] = {
532 {
533 .cls = &pxa_irq_sysclass,
534 }, {
535 .cls = &pxa3xx_mfp_sysclass,
536 }, {
535 .cls = &pxa_gpio_sysclass,
536 },
537};
538
539static int __init pxa3xx_init(void)
540{
541 int i, ret = 0;
542

--- 29 unchanged lines hidden ---
537 .cls = &pxa_gpio_sysclass,
538 },
539};
540
541static int __init pxa3xx_init(void)
542{
543 int i, ret = 0;
544

--- 29 unchanged lines hidden ---