Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scsi/linkdata: ps3_sas_transport: Declare functions with prototypes
Fix follow compile errors with clang-19: drivers/scsi/linkdata/ps3_sas_transport.c:816:29: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] 816 | S32 ps3_sas_attach_transport() | ^ | void drivers/scsi/linkdata/ps3_sas_transport.c:837:31: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] 837 | void ps3_sas_release_transport() | ^ | void 2 errors generated. Signed-off-by: WangYuli <[email protected]>
- Loading branch information