diff options
author | Tom Rini <trini@konsulko.com> | 2023-12-14 13:16:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-21 08:54:37 -0500 |
commit | cb3ce954013ce383e64b73b65df1eb4ef8833570 (patch) | |
tree | 5e33dd6fc11882f093071e5694a22b5d642beaed /drivers/net/mscc_eswitch/mscc_mac_table.h | |
parent | 460b2c068c07d665af48566cfe39582086fed921 (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 'drivers/net/mscc_eswitch/mscc_mac_table.h')
-rw-r--r-- | drivers/net/mscc_eswitch/mscc_mac_table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/mscc_eswitch/mscc_mac_table.h b/drivers/net/mscc_eswitch/mscc_mac_table.h index 17fed2e792..5ec8db2541 100644 --- a/drivers/net/mscc_eswitch/mscc_mac_table.h +++ b/drivers/net/mscc_eswitch/mscc_mac_table.h @@ -3,8 +3,6 @@ * Copyright (c) 2018 Microsemi Corporation */ -#include <common.h> - #define ETH_LEN 6 #define MAC_VID 1 |