Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[firefly-linux-kernel-4.4.55.git] / drivers / s390 / cio / cio.h
index d42f67412bd895b7b5e7857bf1f168d47e3bd3db..a01376ae174932442df823e950c9e323e431bbf5 100644 (file)
@@ -102,6 +102,8 @@ struct subchannel {
        struct schib_config config;
 } __attribute__ ((aligned(8)));
 
+DECLARE_PER_CPU(struct irb, cio_irb);
+
 #define to_subchannel(n) container_of(n, struct subchannel, dev)
 
 extern int cio_validate_subchannel (struct subchannel *, struct subchannel_id);