rtlx.c (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) rtlx.c (8b5690f8847490c1e3ea47266819833a13621253)
1/*
2 * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
3 * Copyright (C) 2005, 06 Ralf Baechle (ralf@linux-mips.org)
4 *
5 * This program is free software; you can distribute it and/or modify it
6 * under the terms of the GNU General Public License (Version 2) as
7 * published by the Free Software Foundation.
8 *

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

468 .write = file_write,
469 .read = file_read,
470 .poll = file_poll,
471 .llseek = noop_llseek,
472};
473
474static struct irqaction rtlx_irq = {
475 .handler = rtlx_interrupt,
1/*
2 * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
3 * Copyright (C) 2005, 06 Ralf Baechle (ralf@linux-mips.org)
4 *
5 * This program is free software; you can distribute it and/or modify it
6 * under the terms of the GNU General Public License (Version 2) as
7 * published by the Free Software Foundation.
8 *

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

468 .write = file_write,
469 .read = file_read,
470 .poll = file_poll,
471 .llseek = noop_llseek,
472};
473
474static struct irqaction rtlx_irq = {
475 .handler = rtlx_interrupt,
476 .flags = IRQF_DISABLED,
477 .name = "RTLX",
478};
479
480static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ;
481
482static char register_chrdev_failed[] __initdata =
483 KERN_ERR "rtlx_module_init: unable to register device\n";
484

--- 80 unchanged lines hidden ---
476 .name = "RTLX",
477};
478
479static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ;
480
481static char register_chrdev_failed[] __initdata =
482 KERN_ERR "rtlx_module_init: unable to register device\n";
483

--- 80 unchanged lines hidden ---