linuxboot_dma: remove duplicate definitions of FW_CFG
commit526d798435045d74e819700d8c5c64900776b980
authorStefano Garzarella <sgarzare@redhat.com>
Fri, 18 Jan 2019 12:01:39 +0000 (18 13:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:16 +0000 (5 16:50 +0100)
tree2c0f578d17bb54dc3f62c60042d4ba221db7ce49
parentc5bf7847b7b281bc13795b12d09ca1f35fc62673
linuxboot_dma: remove duplicate definitions of FW_CFG

FW_CFG_DMA_CTL_* bits and struct fw_cfg_dma_access are
defined in the qemu_fw_cfg.h header file already included
in linuxboot_dma.c, so we can remove the definition of
BIOS_CFG_DMA_CTL_* and struct FWCfgDmaAccess.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Based-on: <1547554687-12687-1-git-send-email-liam.merwick@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pc-bios/optionrom/linuxboot_dma.c