Re: [U-Boot] [PATCH] fsl_pci: Fix compiler warning

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 9:36 AM, Peter Tyser wrote: > Get rid of: > fsl_pci_init.c: In function 'fsl_pci_init_port': > fsl_pci_init.c:424: warning: initialization discards qualifiers from > pointer target type > > Signed-off-by: Peter Tyser > --- > This fixes the compiler warning in the just-appli

[U-Boot] [PATCH] fsl_pci: Fix compiler warning

2009-10-27 Thread Peter Tyser
Get rid of: fsl_pci_init.c: In function 'fsl_pci_init_port': fsl_pci_init.c:424: warning: initialization discards qualifiers from pointer target type Signed-off-by: Peter Tyser --- This fixes the compiler warning in the just-applied "ppc/85xx/pci: fsl_pci_init: pcie agent mode support" drive