Commit 633de4cc authored by Jeff Garzik's avatar Jeff Garzik Committed by Jeff Garzik

[libata] export ata_dev_set_feature()

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 9ca7cfa4
......@@ -4491,6 +4491,7 @@ unsigned int ata_dev_set_feature(struct ata_device *dev, u8 enable, u8 feature)
DPRINTK("EXIT, err_mask=%x\n", err_mask);
return err_mask;
}
EXPORT_SYMBOL_GPL(ata_dev_set_feature);
/**
* ata_dev_init_params - Issue INIT DEV PARAMS command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment