Coding style cleanup

This commit is contained in:
Wolfgang Denk 2006-10-09 00:42:01 +02:00
parent 8d4ac79436
commit 511d0c72b8
28 changed files with 79 additions and 81 deletions

View File

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4: Changes since U-Boot 1.1.4:
====================================================================== ======================================================================
* Coding style cleanup
* Add support for EP82xxM boards * Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006 Patch by Aaron Sells, 20 Jun 2006

View File

@ -958,7 +958,6 @@ int is_pci_host(struct pci_controller *hose)
return 1; return 1;
} }
int yucca_pcie_card_present(int port) int yucca_pcie_card_present(int port)
{ {
u16 reg; u16 reg;
@ -1084,8 +1083,6 @@ void yucca_setup_pcie_fpga_endpoint(int port)
(endpoint | in_be16((u16 *)FPGA_REG1C))); (endpoint | in_be16((u16 *)FPGA_REG1C)));
} }
static struct pci_controller pcie_hose[3] = {{0},{0},{0}}; static struct pci_controller pcie_hose[3] = {{0},{0},{0}};
void pcie_setup_hoses(void) void pcie_setup_hoses(void)

View File

@ -104,4 +104,3 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend sinclude $(obj).depend
######################################################################### #########################################################################