Heiko Carstens 82003c3e60 s390/irq: rework irq subclass handling
Let's not add a function for every external interrupt subclass for
which we need reference counting. Just have two register/unregister
functions which have a subclass parameter:

void irq_subclass_register(enum irq_subclass subclass);
void irq_subclass_unregister(enum irq_subclass subclass);

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2013-09-04 17:19:13 +02:00
..
2013-04-17 14:07:27 +02:00
2013-09-04 17:19:13 +02:00
2013-08-22 12:20:06 +02:00
2013-07-26 13:25:21 +02:00
2013-07-10 18:11:34 -07:00