fixed errorneous comment after ifdef

This commit is contained in:
Markus Fröschle
2013-10-27 09:16:57 +00:00
parent 748fab7a13
commit 96862663c6

View File

@@ -143,7 +143,7 @@ uint32_t pci_read_config_longword(uint16_t bus, uint16_t slot, uint16_t function
wait(1000); wait(1000);
value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */ value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */
#ifdef _NOT_USED_ */ #ifdef _NOT_USED_
/* finish config cycle */ /* finish config cycle */
MCF_PCI_PCICAR = MCF_PCI_PCICAR_DEVNUM(10) | MCF_PCI_PCICAR = MCF_PCI_PCICAR_DEVNUM(10) |