ahci: make ahci_transmit_led_message into a function pointer
authorMark Langsdorf <mark.langsdorf@calxeda.com>
Thu, 30 May 2013 20:17:30 +0000 (15:17 -0500)
committerTejun Heo <tj@kernel.org>
Thu, 6 Jun 2013 21:05:23 +0000 (14:05 -0700)
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>

No differences found