]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove redundantly repetitive static __inline forward function
authorimp <imp@FreeBSD.org>
Wed, 11 Mar 2020 15:12:31 +0000 (15:12 +0000)
committerimp <imp@FreeBSD.org>
Wed, 11 Mar 2020 15:12:31 +0000 (15:12 +0000)
commit74e66e6c70297b34444ed85a1ae41b0124d101e5
treec90b0f4561a012e78a9a56059e242545cb82fbf9
parentd1e9acacaa885c9902450ebb09ad250dd9984aa8
Remove redundantly repetitive static __inline forward function
declarations.

We typically don't use them elsewhere in the kernel, and they aren't
needed here: the actual functions are a few lines away and aren't
mutually recursive.
sys/cam/cam.h
sys/cam/cam_sim.h
sys/cam/cam_xpt.c
sys/cam/scsi/scsi_all.h