From a9803a63cd7c5d15eaa0684d714bafc783851782 Mon Sep 17 00:00:00 2001 From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 20:42:23 -0600 Subject: [PATCH] board: netgear: Remove <common.h> and add needed includes Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> --- board/netgear/dgnd3700v2/dgnd3700v2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/netgear/dgnd3700v2/dgnd3700v2.c b/board/netgear/dgnd3700v2/dgnd3700v2.c index cfc3529c34..9cf3a2fe60 100644 --- a/board/netgear/dgnd3700v2/dgnd3700v2.c +++ b/board/netgear/dgnd3700v2/dgnd3700v2.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Ãlvaro Fernández Rojas <noltari@gmail.com> */ -#include <common.h> #include <init.h> #include <asm/io.h> #include <linux/bitops.h> -- 2.39.5