Coding style cleanup
This commit is contained in:
parent
8d4ac79436
commit
511d0c72b8
|
@ -2,6 +2,8 @@
|
|||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Coding style cleanup
|
||||
|
||||
* Add support for EP82xxM boards
|
||||
Patch by Aaron Sells, 20 Jun 2006
|
||||
|
||||
|
|
|
@ -958,7 +958,6 @@ int is_pci_host(struct pci_controller *hose)
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
int yucca_pcie_card_present(int port)
|
||||
{
|
||||
u16 reg;
|
||||
|
@ -1084,8 +1083,6 @@ void yucca_setup_pcie_fpga_endpoint(int port)
|
|||
(endpoint | in_be16((u16 *)FPGA_REG1C)));
|
||||
}
|
||||
|
||||
|
||||
|
||||
static struct pci_controller pcie_hose[3] = {{0},{0},{0}};
|
||||
|
||||
void pcie_setup_hoses(void)
|
||||
|
|
|
@ -104,4 +104,3 @@ include $(SRCTREE)/rules.mk
|
|||
sinclude $(obj).depend
|
||||
|
||||
#########################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue