Skip to content

Commit c3f941c

Browse files
committed
Fix commit 61a0214
This include seems to be unneccesary and broke builds for now mvebu platforms. Removing this include allows both to build. Signed-off-by: Jon Nettleton <jon@solid-run.com>
1 parent ba501c8 commit c3f941c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/linux/sizes.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#ifndef __LINUX_SIZES_H__
99
#define __LINUX_SIZES_H__
1010

11-
#include <common.h>
12-
1311
#define SZ_1 0x00000001
1412
#define SZ_2 0x00000002
1513
#define SZ_4 0x00000004

0 commit comments

Comments
 (0)