This file does not need <config.h> nor <miiphy.h> so remove them.
Signed-off-by: Tom Rini <[email protected]> --- include/vsc9953.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vsc9953.h b/include/vsc9953.h index fd52c93044b4..1a1455af4f97 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -8,8 +8,6 @@ #ifndef _VSC9953_H_ #define _VSC9953_H_ -#include <config.h> -#include <miiphy.h> #include <asm/types.h> #include <linux/bitops.h> -- 2.43.0

