qong: enable support for compressed images
[platform/kernel/u-boot.git] / include / u-boot / md5.h
index 8b44a7f..08924cc 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef _MD5_H
 #define _MD5_H
 
-#include <linux/types.h>
+#include "compiler.h"
 
 struct MD5Context {
        __u32 buf[4];