Commit 0e2906ac authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: remove DEDICATED_SWITCH macro

Nobody is using this macro anymore so remove it.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4eddbf13
......@@ -169,9 +169,6 @@ struct bus_info {
* by IOVM; 0 otherwise... */
};
#define DEDICATED_SWITCH(s) ((s->extPortCount == 1) && \
(s->intPortCount == 1))
struct sn_list_entry {
struct uisscsi_dest pdest; /* scsi bus, target, lun for
* phys disk */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment