commit | 439d7a358f93a52458527329939be9f97db1242a | [log] [tgz] |
---|---|---|
author | Mark Langsdorf <mark.langsdorf@calxeda.com> | Thu May 30 15:17:30 2013 -0500 |
committer | Tejun Heo <tj@kernel.org> | Thu Jun 06 14:05:23 2013 -0700 |
tree | 3b0079402a011a1d568ab4046351a355052474ff | |
parent | 0a86e1c857134efe2cdb31d74bc7ea21721db494 [diff] |
ahci: make ahci_transmit_led_message into a function pointer Create a new ata_port_operations function pointer called transmit_led_message and give it the default value of ahci_transmit_led_message. This allows AHCI controllers with non-standard LED interfaces to use the existing em_ interface. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> Signed-off-by: Tejun Heo <tj@kernel.org>