summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-08-02 15:18:28 +0200
committerTom Rini <trini@konsulko.com>2021-09-17 12:10:44 -0400
commit0072f5fce3c981de626ae2b334bbdf7ecf362586 (patch)
tree0006a1119117b156076d5b2f59ed3c10c5f168e9 /net
parent6252fd05a2842211ab035e5fbb90549225afadd1 (diff)
downloadu-boot-socfpga-0072f5fce3c981de626ae2b334bbdf7ecf362586.tar.gz
Remove #include <timestamp.h> from files which do not need it
Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'net')
-rw-r--r--net/cdp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/cdp.c b/net/cdp.c
index fac0204681..a8f890e752 100644
--- a/net/cdp.c
+++ b/net/cdp.c
@@ -11,9 +11,6 @@
#include <common.h>
#include <net.h>
-#if defined(CONFIG_CDP_VERSION)
-#include <timestamp.h>
-#endif
#include "cdp.h"