summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it85spi.c')
-rw-r--r--it85spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/it85spi.c b/it85spi.c
index 9817c2a9f..4d0f98801 100644
--- a/it85spi.c
+++ b/it85spi.c
@@ -366,7 +366,7 @@ int it85xx_spi_init(struct superio s)
* a debug message about it.
*/
/* Set this as SPI controller. */
- register_spi_master(&spi_master_it85xx);
+ register_spi_master(&spi_master_it85xx, NULL);
return 0;
}