xref: /OK3568_Linux_fs/buildroot/package/efibootmgr/0002-remove-extra-decl.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunFrom 99b578501643377e0b1994b2a068b790d189d5ad Mon Sep 17 00:00:00 2001
2*4882a593SmuzhiyunFrom: Peter Jones <pjones@redhat.com>
3*4882a593SmuzhiyunDate: Wed, 13 Jun 2018 09:41:01 -0400
4*4882a593SmuzhiyunSubject: [PATCH] remove extra decl
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunDownloaded from upstream commit
7*4882a593Smuzhiyunhttps://github.com/rhboot/efibootmgr/commit/99b578501643377e0b1994b2a068b790d189d5ad
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSigned-off-by: Peter Jones <pjones@redhat.com>
10*4882a593SmuzhiyunSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
11*4882a593Smuzhiyun---
12*4882a593Smuzhiyun src/efibootmgr.c | 3 ---
13*4882a593Smuzhiyun 1 file changed, 3 deletions(-)
14*4882a593Smuzhiyun
15*4882a593Smuzhiyundiff --git a/src/efibootmgr.c b/src/efibootmgr.c
16*4882a593Smuzhiyunindex de38f01..4e1a680 100644
17*4882a593Smuzhiyun--- a/src/efibootmgr.c
18*4882a593Smuzhiyun+++ b/src/efibootmgr.c
19*4882a593Smuzhiyun@@ -1536,9 +1536,6 @@ parse_opts(int argc, char **argv)
20*4882a593Smuzhiyun 					       "invalid numeric value %s\n",
21*4882a593Smuzhiyun 					       optarg);
22*4882a593Smuzhiyun 			}
23*4882a593Smuzhiyun-                        /* XXX efivar-36 accidentally doesn't have a public
24*4882a593Smuzhiyun-                         * header for this */
25*4882a593Smuzhiyun-			extern int efi_set_verbose(int verbosity, FILE *errlog);
26*4882a593Smuzhiyun 			efi_set_verbose(opts.verbose - 2, stderr);
27*4882a593Smuzhiyun 			break;
28*4882a593Smuzhiyun 		case 'V':
29