]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
m41t11: Remove unused functions
[u-boot] / include / common.h
index 7df9afab2b5c7b463068dc09f8386adabf719531..f7c93bf5a6d427d97108a73146c22482fe285633 100644 (file)
@@ -719,9 +719,4 @@ int cpu_release(int nr, int argc, char *argv[]);
 #define ALIGN(x,a)             __ALIGN_MASK((x),(typeof(x))(a)-1)
 #define __ALIGN_MASK(x,mask)   (((x)+(mask))&~(mask))
 
-/* Pull in stuff for the build system */
-#ifdef DO_DEPS_ONLY
-# include <environment.h>
-#endif
-
 #endif /* __COMMON_H_ */