env: Drop _ENTRY
authorSimon Glass <sjg@chromium.org>
Fri, 2 Aug 2019 15:44:19 +0000 (09:44 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commit25e51e90feec10b7d534b123cd9c4ed7a3a2dc1a
treefc6dd40cf12d0e17ef95c9acf06d5357c002e336
parentdd2408cac1ea0f5e9ab4b07539c6edaee57918cb
env: Drop _ENTRY

This typedef does not need to be defined in the search.h header since it
is only used in one file (hashtable.c). Remove it from the header and
change it to a struct.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/search.h
lib/hashtable.c