ahci: move AHCI_HFLAGS() macro to ahci.h
authorBrian Norris <computersforpeace@gmail.com>
Tue, 21 Feb 2012 18:38:43 +0000 (10:38 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 17:32:06 +0000 (10:32 -0700)
commit690ea068bfa1b5c208153334a81a0f2afe18fded
tree64a598b8e44afc19c008e866df9e24772067cc9b
parenta89a313bb2408370e260e749e68a6ae104d83287
ahci: move AHCI_HFLAGS() macro to ahci.h

commit 55d5ec316627b64c3764e4c1b4b8e1988e272c1f upstream.

We will need this macro in both ahci.c and ahci_platform.c, so just move it
to the header.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/ahci.c
drivers/ata/ahci.h