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 --- include/linux/soc/ti/cppi5.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/soc/ti/cppi5.h') diff --git a/include/linux/soc/ti/cppi5.h b/include/linux/soc/ti/cppi5.h index 34038b31f7..cfdf7ea29f 100644 --- a/include/linux/soc/ti/cppi5.h +++ b/include/linux/soc/ti/cppi5.h @@ -10,6 +10,7 @@ #include #include +#include /** * Descriptor header, present in all types of descriptors -- cgit