]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/cbfs.h: Audit include list
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:12 +0000 (16:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000 (17:26 -0600)
This file does not need <compiler.h> but does directly need
<linux/types.h>.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/cbfs.h

index 2bc5de2297e4969704d2c696ef10f8a6d115e5bf..1244dbdba0d1f36b0cd4e5b6b0a78ce45c98ddf3 100644 (file)
@@ -6,8 +6,8 @@
 #ifndef __CBFS_H
 #define __CBFS_H
 
-#include <compiler.h>
 #include <linux/compiler.h>
+#include <linux/types.h>
 
 struct cbfs_priv;