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-05-21 16:51:12 -06:00
parent 5d14fca77a
commit ef560b42ec

View File

@ -6,8 +6,8 @@
#ifndef __CBFS_H #ifndef __CBFS_H
#define __CBFS_H #define __CBFS_H
#include <compiler.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/types.h>
struct cbfs_priv; struct cbfs_priv;