common: Drop log.h from common header
[platform/kernel/u-boot.git] / include / common.h
index d69cda3..b698e35 100644 (file)
@@ -28,7 +28,6 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <linux/kernel.h>
-#include <log.h>
 #include <asm/u-boot.h> /* boot information for Linux kernel */
 #include <asm/global_data.h>   /* global data used for startup functions */
 #include <display_options.h>