x86: pci: Drop the first parameter in pci_x86_r/w_config()
[oweals/u-boot.git] / arch / x86 / cpu / ivybridge / cpu.c
index c8b16e32c0342ed02d5f110b165d41d74a69ccca..6db9da81b71b0e7a58dfa7e7c517b14d9fceec99 100644 (file)
@@ -199,6 +199,5 @@ int print_cpuinfo(void)
 void board_debug_uart_init(void)
 {
        /* This enables the debug UART */
-       pci_x86_write_config(NULL, PCH_LPC_DEV, LPC_EN, COMA_LPC_EN,
-                            PCI_SIZE_16);
+       pci_x86_write_config(PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, PCI_SIZE_16);
 }