Index: src/mainboard/jetway/pa78vm5/mainboard.c
===================================================================
--- src/mainboard/jetway/pa78vm5/mainboard.c	(revision 5720)
+++ src/mainboard/jetway/pa78vm5/mainboard.c	(working copy)
@@ -35,6 +35,7 @@
 
 void set_pcie_dereset(void);
 void set_pcie_reset(void);
+u8 is_dev3_present(void);
 
 /*
  * the board uses GPIO 6 as PCIe slot reset, GPIO4 as GFX slot reset. We need to
@@ -94,7 +95,10 @@
 	pci_write_config8(ide_dev, 0x56, byte);
 }
 #endif	/* get_ide_dma66() */
-
+u8 is_dev3_present(void)
+{
+	return 0;
+}
 /*************************************************
 * enable the dedicated function in this board.
 * This function called early than rs780_enable.
