return -EINVAL;
 }
 
-/* SMP = Serial Management Protocol */
-static int
-hpsa_sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy,
-struct request *req)
-{
-       return -EINVAL;
-}
-
 static struct sas_function_template hpsa_sas_transport_functions = {
        .get_linkerrors = hpsa_sas_get_linkerrors,
        .get_enclosure_identifier = hpsa_sas_get_enclosure_identifier,
        .phy_setup = hpsa_sas_phy_setup,
        .phy_release = hpsa_sas_phy_release,
        .set_phy_speed = hpsa_sas_phy_speed,
-       .smp_handler = hpsa_sas_smp_handler,
 };
 
 /*