diff options
Diffstat (limited to 'common/cmd_pci.c')
| -rw-r--r-- | common/cmd_pci.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_pci.c b/common/cmd_pci.c index 92631ea2d..1e477bc90 100644 --- a/common/cmd_pci.c +++ b/common/cmd_pci.c @@ -341,7 +341,6 @@ pci_cfg_modify (pci_dev_t bdf, ulong addr, ulong size, ulong value, int incrflag  {  	ulong	i;  	int	nbytes; -	extern char console_buffer[];  	uint	val4;  	ushort  val2;  	u_char	val1; |