Commit 88f5f733 authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] scsi_transport_spi.c build fix

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent b45db19d
......@@ -173,7 +173,7 @@ store_spi_revalidate(struct class_device *cdev, const char *buf, size_t count)
spi_dv_device(sdev);
return count;
}
static CLASS_DEVICE_ATTR(revalidate, S_IWUSR, NULL, store_spi_revalidate)
static CLASS_DEVICE_ATTR(revalidate, S_IWUSR, NULL, store_spi_revalidate);
/* Translate the period into ns according to the current spec
* for SDTR/PPR messages */
......
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