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
..
2005-04-16 15:20:36 -07:00
2013-01-15 22:43:15 -08:00
2013-02-14 15:55:03 +01:00
2013-03-18 16:19:45 -07:00
2013-09-04 17:19:13 +02:00
2013-02-22 23:31:31 -05:00
2013-03-21 13:35:39 +01:00
2013-06-28 14:34:33 +02:00