From 1411157d857840da444db63f6ba3a3a658a99c5b Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 8 Apr 2015 01:41:02 -0500 Subject: net: cosmetic: Fixup var names related to boot file The variables around the bootfile were inconsistent and used CamelCase. Update them to make the code more readable. Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- net/bootp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'net/bootp.h') diff --git a/net/bootp.h b/net/bootp.h index 16f40dc156..8c591a6d5b 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -60,7 +60,6 @@ struct Bootp_t { /* bootp.c */ extern ulong BootpID; /* ID of cur BOOTP request */ -extern char BootFile[128]; /* Boot file name */ extern int BootpTry; -- cgit v1.2.3