summaryrefslogtreecommitdiffstats
path: root/linux_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux_spi.c')
-rw-r--r--linux_spi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux_spi.c b/linux_spi.c
index 17d003e..f4d30c9 100644
--- a/linux_spi.c
+++ b/linux_spi.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#if CONFIG_LINUX_SPI == 1
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -24,6 +26,7 @@
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
+#include <linux/types.h>
#include <linux/spi/spidev.h>
#include <sys/ioctl.h>
#include "flash.h"
@@ -176,3 +179,5 @@ static int linux_spi_write_256(struct flashctx *flash, uint8_t *buf,
return spi_write_chunked(flash, buf, start, len,
((unsigned int)getpagesize()) - 4);
}
+
+#endif // CONFIG_LINUX_SPI == 1
OpenPOWER on IntegriCloud