lsefi: Add missing static qualifier
known_protocols isn't used anywhere else and even misses grub_ prefix, so let's make it local (static). Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
a964e359bc
commit
c6cf807fc0
@ -29,7 +29,7 @@
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
struct known_protocol
|
||||
static struct known_protocol
|
||||
{
|
||||
grub_guid_t guid;
|
||||
const char *name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user