Hi Alex,
Would you please help review these patches, if you have time?
This patch should work with [3/4], which cleanup all the places where
pci_vga_init() and pci_cirrus_vga_init() are used.
Thanks.
On Mon, Jul 2, 2012 at 1:25 PM, wrote:
> From: Li Zhang
>
> Functions pci_vga_init() and pci_
From: Li Zhang
Functions pci_vga_init() and pci_cirrus_vga_init() are declared
in pc.h. That prevents other platforms (e.g. sPAPR) to use them.
This patch is to create one new file vga-pci.h and move the
declarations to vga-pci.h, so that they can be shared by
all the platforms.
Signed-off-by: