3 patches to cleanup libsas functions declarations. No functional changes. Changes from v2: * Added argument name to sas_discover_event() in patch 1 * Removed repeated word "used" from commit message of patch 3 * Added Johannes' review tag Changes from v1: * Added sas_init_dev() declaration change to patch 1 * Added John's review tag Damien Le Moal (3): scsi: libsas: Move local functions declarations to sas_internal.h scsi: libsas: Declare sas_set_phy_speed() static scsi: libsas: Declare sas_discover_end_dev() static drivers/scsi/libsas/sas_discover.c | 2 +- drivers/scsi/libsas/sas_init.c | 4 ++-- drivers/scsi/libsas/sas_internal.h | 12 ++++++++++++ include/scsi/libsas.h | 17 ----------------- 4 files changed, 15 insertions(+), 20 deletions(-) -- 2.41.0