imsm: remove unused parameters in function attach_hba_to_super

Signed-off-by: Marcin Labun <marcin.labun@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Labun, Marcin 2011-03-10 11:45:49 +11:00 committed by NeilBrown
parent 5a6baf6653
commit b4cf4cba74
1 changed files with 2 additions and 3 deletions

View File

@ -408,8 +408,7 @@ static struct intel_hba * find_intel_hba(struct intel_hba *hba, struct sys_dev *
}
static int attach_hba_to_super(struct intel_super *super, struct sys_dev *device,
const char *devname)
static int attach_hba_to_super(struct intel_super *super, struct sys_dev *device)
{
struct intel_hba *hba;
@ -3696,7 +3695,7 @@ static int add_to_super_imsm(struct supertype *st, mdu_disk_info_t *dk,
devname ? : "disk");
return 1;
}
rv = attach_hba_to_super(super, hba_name, devname);
rv = attach_hba_to_super(super, hba_name);
switch (rv) {
case 2:
fprintf(stderr, Name ": %s is attached to Intel(R) %s RAID "