include/cbfs.h: Audit include list

This file does not need <compiler.h> but does directly need
<linux/types.h>.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-06-02 17:26:15 -06:00
parent 5d14fca77a
commit ef560b42ec
+1 -1
View 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;