X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fspd_sdram.h;h=a2be96c1aa1e993627dbf126a39b7348460c95f6;hb=dc9cdf859e11de775e75cc233b09d6b6d257a818;hp=feb1bbd4c508b31076ece880379b02ce7d802480;hpb=db2f721ffcf9693086a7e5c6c7015f2019e7f52e;p=u-boot diff --git a/include/spd_sdram.h b/include/spd_sdram.h index feb1bbd4c5..a2be96c1aa 100644 --- a/include/spd_sdram.h +++ b/include/spd_sdram.h @@ -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 +#endif