[PATCH] net: drop unused rarp.h

Antony Pavlov antonynpavlov at gmail.com
Mon Feb 26 23:39:23 PST 2024


Signed-off-by: Antony Pavlov <antonynpavlov at 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 <wd at 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




More information about the barebox mailing list