]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8536ds/mpc8536ds.c
Fix compiler warning in lib_ppc/board.c
[u-boot] / board / freescale / mpc8536ds / mpc8536ds.c
index 3cf12fda5651accec061495e07e1e4f32c92e0ec..3066b24de7a3011eb4e56fa3c0ebdd52c54644dc 100644 (file)
@@ -608,7 +608,7 @@ get_board_ddr_clk(ulong dummy)
 }
 #endif
 
-int is_sata_supported()
+int is_sata_supported(void)
 {
        volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR);
        uint devdisr = gur->devdisr;