hdt: Fix duplicate struct entry
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:32:46 +0000 (15:32 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:32:46 +0000 (15:32 -0700)
Impact: fix compilation error

An entry was accidentally added twice in s_pxe causing the build to
fail.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-common.h

index 1d0073b..bcfe433 100644 (file)
@@ -73,7 +73,6 @@ struct s_pxe {
   pxe_bootp_t dhcpdata;           /* The dhcp answer */
   struct pci_device *pci_device;  /* The matching pci device */
   uint8_t pci_device_pos;         /* It position in our pci sorted list */
-  uint8_t pci_device_pos; /* It position in our pci sorted list*/
 };
 
 struct s_vesa_mode_info {