From eb41d8a1befc45a30ccdab68fa3e099528486ffe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:08 -0600 Subject: common: Drop linux/bug.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- lib/crypto/asymmetric_type.c | 1 + lib/crypto/public_key.c | 1 + 2 files changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/crypto/asymmetric_type.c b/lib/crypto/asymmetric_type.c index aac9a1471a..1d0532d0f2 100644 --- a/lib/crypto/asymmetric_type.c +++ b/lib/crypto/asymmetric_type.c @@ -14,6 +14,7 @@ #endif #include #ifdef __UBOOT__ +#include #include #include #include diff --git a/lib/crypto/public_key.c b/lib/crypto/public_key.c index 8b4821767a..e12ebbb3d0 100644 --- a/lib/crypto/public_key.c +++ b/lib/crypto/public_key.c @@ -10,6 +10,7 @@ #define pr_fmt(fmt) "PKEY: "fmt #ifdef __UBOOT__ #include +#include #include #include #else -- cgit v1.2.3