diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
-rw-r--r-- | include/linux/mod_devicetable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index b34f1ef2f1fe..f58e9d836f32 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
@@ -402,6 +402,7 @@ struct i2c_device_id { | |||
402 | /* spi */ | 402 | /* spi */ |
403 | 403 | ||
404 | #define SPI_NAME_SIZE 32 | 404 | #define SPI_NAME_SIZE 32 |
405 | #define SPI_MODULE_PREFIX "spi:" | ||
405 | 406 | ||
406 | struct spi_device_id { | 407 | struct spi_device_id { |
407 | char name[SPI_NAME_SIZE]; | 408 | char name[SPI_NAME_SIZE]; |