]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/ds1722.c
Fix missing drivers makefile entries ds1722.c mw_eeprom.c
[karo-tx-uboot.git] / drivers / ds1722.c
index 227d8169a5b36b0773f7ac1c3ddb1a1ca110ca87..c19ee01393f087af4c294836d97d41bb911cee57 100644 (file)
@@ -1,10 +1,10 @@
 
 #include <common.h>
 
-#include <ssi.h>
-
 #ifdef CONFIG_DS1722
 
+#include <ssi.h>
+
 static void ds1722_select(int dev)
 {
        ssi_set_interface(4096, 0, 0, 0);