|
@@ -714,7 +714,7 @@ fail:
|
|
|
|
|
|
#ifdef CONFIG_OF
|
|
|
#ifdef CONFIG_SPI_MASTER
|
|
|
-static struct of_device_id mcp23s08_spi_of_match[] = {
|
|
|
+static const struct of_device_id mcp23s08_spi_of_match[] = {
|
|
|
{
|
|
|
.compatible = "microchip,mcp23s08",
|
|
|
.data = (void *) MCP_TYPE_S08,
|
|
@@ -738,7 +738,7 @@ MODULE_DEVICE_TABLE(of, mcp23s08_spi_of_match);
|
|
|
#endif
|
|
|
|
|
|
#if IS_ENABLED(CONFIG_I2C)
|
|
|
-static struct of_device_id mcp23s08_i2c_of_match[] = {
|
|
|
+static const struct of_device_id mcp23s08_i2c_of_match[] = {
|
|
|
{
|
|
|
.compatible = "microchip,mcp23008",
|
|
|
.data = (void *) MCP_TYPE_008,
|