summaryrefslogtreecommitdiff
path: root/net/arp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:47 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commitcb3ce954013ce383e64b73b65df1eb4ef8833570 (patch)
tree5e33dd6fc11882f093071e5694a22b5d642beaed /net/arp.h
parent460b2c068c07d665af48566cfe39582086fed921 (diff)
global: Drop common.h inclusion
In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'net/arp.h')
-rw-r--r--net/arp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/arp.h b/net/arp.h
index 25b3c00d5c5..c50885fb9a5 100644
--- a/net/arp.h
+++ b/net/arp.h
@@ -12,8 +12,6 @@
#ifndef __ARP_H__
#define __ARP_H__
-#include <common.h>
-
extern struct in_addr net_arp_wait_packet_ip;
/* MAC address of waiting packet's destination */
extern uchar *arp_wait_packet_ethaddr;