No.
A prolog is required to push $ra
if the subroutine calls another subroutine, and must push any S registers the subroutine uses.
But our subroutine does neither.
So, the prolog pushes nothing at all.
According to the rules of Stack-based Linkage, what should the epilog of this subroutine do?