diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-26 16:05:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-26 16:05:08 +0900 |
commit | 38ab13441c36c0c470b7e4e3b30ec2fb6beba253 (patch) | |
tree | 12d4ef364ec103b85fe0089ca09b7386fad8bfa8 /include/linux | |
parent | 57b813303ab40557aada8f8886400f3a9de3c0f8 (diff) | |
download | linux-stable-38ab13441c36c0c470b7e4e3b30ec2fb6beba253.tar.gz linux-stable-38ab13441c36c0c470b7e4e3b30ec2fb6beba253.tar.bz2 linux-stable-38ab13441c36c0c470b7e4e3b30ec2fb6beba253.zip |
sh: Switch dynamic IRQ creation to generic irq allocator.
Now that the genirq code provides an IRQ bitmap of its own and the
necessary API to manipulate it, there's no need to keep our own version
around anymore.
In the process we kill off some unused IRQ reservation code, with future
users now having to tie in to the genirq API as normal.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sh_intc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sh_intc.h b/include/linux/sh_intc.h index b4f183a31f13..f656d1a43dc0 100644 --- a/include/linux/sh_intc.h +++ b/include/linux/sh_intc.h @@ -129,7 +129,4 @@ static inline int register_intc_userimask(unsigned long addr) } #endif -int reserve_irq_vector(unsigned int irq); -void reserve_irq_legacy(void); - #endif /* __SH_INTC_H */ |