Fix it with:
cd /usr/src/linux && make modules_install
depmod -a
kernels defaultly build with scsi_wait_scan module, much online discussion about reasons for it and people wanting to remove it
so that if it didn't build, you wouldn't need to do the make modules_install and depmod -a
but since it does, you do need to run those commands