~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/alpha/kernel/sys_alcor.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                alcor_enable_irq(irq);
90
90
}
91
91
 
92
 
static struct hw_interrupt_type alcor_irq_type = {
 
92
static struct irq_chip alcor_irq_type = {
93
93
        .typename       = "ALCOR",
94
94
        .startup        = alcor_startup_irq,
95
95
        .shutdown       = alcor_disable_irq,