Skip to content

Commit

Permalink
sh: intc: Kill off deprecated dynamic IRQ API.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed May 24, 2012
1 parent 197b58e commit be9c002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion drivers/sh/intc/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
65 changes: 0 additions & 65 deletions drivers/sh/intc/dynamic.c

This file was deleted.

0 comments on commit be9c002

Please sign in to comment.