Commit 59c336ee authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add v850 version of `init_irq_proc' for sysctl

parent 36f2e562
/* /*
* arch/v850/kernel/irq.c -- High-level interrupt handling * arch/v850/kernel/irq.c -- High-level interrupt handling
* *
* Copyright (C) 2001,02 NEC Corporation * Copyright (C) 2001,02,03 NEC Corporation
* Copyright (C) 2001,02 Miles Bader <miles@gnu.org> * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
* Copyright (C) 1994-2000 Ralf Baechle * Copyright (C) 1994-2000 Ralf Baechle
* Copyright (C) 1992 Linus Torvalds * Copyright (C) 1992 Linus Torvalds
* *
...@@ -713,3 +713,9 @@ init_irq_handlers (int base_irq, int num, int interval, ...@@ -713,3 +713,9 @@ init_irq_handlers (int base_irq, int num, int interval,
base_irq += interval; base_irq += interval;
} }
} }
#if defined(CONFIG_PROC_FS) && defined(CONFIG_SYSCTL)
void init_irq_proc(void)
{
}
#endif /* CONFIG_PROC_FS && CONFIG_SYSCTL */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment