aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/spi_fsl_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi_fsl_lib.h b/drivers/spi/spi_fsl_lib.h
index 15aa6c21c729..281e060977cd 100644
--- a/drivers/spi/spi_fsl_lib.h
+++ b/drivers/spi/spi_fsl_lib.h
@@ -18,6 +18,8 @@
18#ifndef __SPI_FSL_LIB_H__ 18#ifndef __SPI_FSL_LIB_H__
19#define __SPI_FSL_LIB_H__ 19#define __SPI_FSL_LIB_H__
20 20
21#include <asm/io.h>
22
21/* SPI/eSPI Controller driver's private data. */ 23/* SPI/eSPI Controller driver's private data. */
22struct mpc8xxx_spi { 24struct mpc8xxx_spi {
23 struct device *dev; 25 struct device *dev;