hpsa: add interrupt number to /proc/interrupts interrupt name
[platform/kernel/linux-rpi.git] / drivers / scsi / hpsa.h
index 7cb8586..3ec8934 100644 (file)
@@ -220,6 +220,7 @@ struct ctlr_info {
        int remove_in_progress;
        /* Address of h->q[x] is passed to intr handler to know which queue */
        u8 q[MAX_REPLY_QUEUES];
+       char intrname[MAX_REPLY_QUEUES][16];    /* "hpsa0-msix00" names */
        u32 TMFSupportFlags; /* cache what task mgmt funcs are supported. */
 #define HPSATMF_BITS_SUPPORTED  (1 << 0)
 #define HPSATMF_PHYS_LUN_RESET  (1 << 1)