gen5200/startup/cpuinit.c: Warning for function which should have been void

This commit is contained in:
Joel Sherrill
2014-10-08 09:24:02 -05:00
parent c1ed7a3c15
commit 9827d51e74

View File

@@ -112,7 +112,7 @@ static void calc_dbat_regvals(
bat_ptr->batl.pp = flg_bpp;
}
static inline enable_bat_4_to_7(void)
static inline void enable_bat_4_to_7(void)
{
PPC_SET_SPECIAL_PURPOSE_REGISTER_BITS(HID2, BSP_BBIT32(13));
}