summaryrefslogtreecommitdiffstats
path: root/drivers/block/blkcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/blkcache.c')
-rw-r--r--drivers/block/blkcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/blkcache.c b/drivers/block/blkcache.c
index ea40929e3e..6a8f789ff0 100644
--- a/drivers/block/blkcache.c
+++ b/drivers/block/blkcache.c
@@ -4,8 +4,8 @@
* Author: Eric Nelson<eric@nelint.com>
*
*/
-#include <config.h>
#include <common.h>
+#include <blk.h>
#include <malloc.h>
#include <part.h>
#include <linux/ctype.h>