diff options
Diffstat (limited to 'fs/cbfs/cbfs.c')
-rw-r--r-- | fs/cbfs/cbfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c index ad55832..714f4ba 100644 --- a/fs/cbfs/cbfs.c +++ b/fs/cbfs/cbfs.c @@ -3,10 +3,10 @@ * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. */ +#include <common.h> #include <cbfs.h> #include <log.h> #include <malloc.h> -#include <linux/errno.h> #include <asm/byteorder.h> /* Offset of master header from the start of a coreboot ROM */ |