Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>
---
 net/rarp.h | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/net/rarp.h b/net/rarp.h
deleted file mode 100644
index 0986b02513f..00000000000
--- a/net/rarp.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* SPDX-FileCopyrightText: 2000 Wolfgang Denk <w...@denx.de>, DENX Software 
Engineering */
-
-#ifndef __RARP_H__
-#define __RARP_H__
-
-#ifndef __NET_H__
-#include <net.h>
-#endif /* __NET_H__ */
-
-
-/**********************************************************************/
-/*
- *     Global functions and variables.
- */
-
-extern int     RarpTry;
-
-extern void RarpRequest (void);        /* Send a RARP request */
-
-/**********************************************************************/
-
-#endif /* __RARP_H__ */
-- 
2.39.0


Reply via email to