]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: netgear: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:23 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +0000 (08:00 -0600)
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

index cfc3529c3488e4254b8cd4500ccd069708e950f2..9cf3a2fe60a2fc26425a238eef2e693b366566cd 100644 (file)
@@ -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>