diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 19:10:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-24 19:10:45 +0900 |
commit | be9c00295b34760ea2f9667929049f094116b5a8 (patch) | |
tree | 19f54b377acc717d1e6657849c0bcc2559f55600 /drivers/sh/intc/Makefile | |
parent | 197b58e6651426bec8b2582013258b52cd15a444 (diff) |
sh: intc: Kill off deprecated dynamic IRQ API.
Now that all of the users have been converted away, kill off the remnants
of the old API.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/intc/Makefile')
-rw-r--r-- | drivers/sh/intc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/Makefile b/drivers/sh/intc/Makefile index bb5df868d77a..44f006d09471 100644 --- a/drivers/sh/intc/Makefile +++ b/drivers/sh/intc/Makefile @@ -1,4 +1,4 @@ -obj-y := access.o chip.o core.o dynamic.o handle.o virq.o +obj-y := access.o chip.o core.o handle.o virq.o obj-$(CONFIG_INTC_BALANCING) += balancing.o obj-$(CONFIG_INTC_USERIMASK) += userimask.o |