|
@@ -25,6 +25,7 @@
|
|
|
#include <linux/parser.h>
|
|
|
#include <linux/vmalloc.h>
|
|
|
#include <linux/uio_driver.h>
|
|
|
+#include <linux/stringify.h>
|
|
|
#include <net/genetlink.h>
|
|
|
#include <scsi/scsi_common.h>
|
|
|
#include <scsi/scsi_proto.h>
|
|
@@ -898,7 +899,7 @@ static int tcmu_configure_device(struct se_device *dev)
|
|
|
WARN_ON(!PAGE_ALIGNED(udev->data_off));
|
|
|
WARN_ON(udev->data_size % PAGE_SIZE);
|
|
|
|
|
|
- info->version = xstr(TCMU_MAILBOX_VERSION);
|
|
|
+ info->version = __stringify(TCMU_MAILBOX_VERSION);
|
|
|
|
|
|
info->mem[0].name = "tcm-user command & data buffer";
|
|
|
info->mem[0].addr = (phys_addr_t) udev->mb_addr;
|