ppc: Clean up calling of misc_init_r() during init
[platform/kernel/u-boot.git] / include / spd_sdram.h
index 4e754ec..a2be96c 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _SPD_SDRAM_H_
 #define _SPD_SDRAM_H_
 
-long int spd_sdram(int(read_spd)(uint addr));
+long int spd_sdram(void);
 
 #endif