From: Mark Langsdorf Date: Thu, 30 May 2013 20:17:30 +0000 (-0500) Subject: ahci: make ahci_transmit_led_message into a function pointer X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439d7a358f93a52458527329939be9f97db1242a;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed