pc: Kill pc_init_pci_1_0()
commit43a52ce65736adf9def7c2a9e5ba409814eb5dae
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 21 Aug 2013 18:14:42 +0000 (21 15:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:30:21 +0000 (21 23:30 +0300)
treebf0c6a62affdaa237a7c15a2f5270040472c5b45
parent3b6fb9cab2e64804cdab5a61d1298ffd8b8dff85
pc: Kill pc_init_pci_1_0()

The pc_init_pci_1_2()/pc_init_pci_1_0() split was made on commit
6fd028f64f662c801fd5a54d0e3a1d2baeee93ea, in preparation for commit
9953f8822cc316eec9962f0a2858c3439a80adec. The latter was reverted, so there's
no reason to keep two separate functions that do exactly the same, anymore.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c