summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2012-02-21 19:38:43 +0100
committerJeff Garzik <jgarzik@redhat.com>2012-03-13 21:35:47 +0100
commit55d5ec316627b64c3764e4c1b4b8e1988e272c1f (patch)
tree02143de94a97d4c56c94d30acf7f544ec233ed15 /drivers/ata/ahci.c
parentahci: add AHCI_HFLAG_DELAY_ENGINE host flag (diff)
downloadlinux-55d5ec316627b64c3764e4c1b4b8e1988e272c1f.tar.xz
linux-55d5ec316627b64c3764e4c1b4b8e1988e272c1f.zip
ahci: move AHCI_HFLAGS() macro to ahci.h
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> Cc: stable@kernel.org
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r--drivers/ata/ahci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index fb659c844506..79a1e9dd56d9 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -103,8 +103,6 @@ static struct ata_port_operations ahci_p5wdh_ops = {
.hardreset = ahci_p5wdh_hardreset,
};
-#define AHCI_HFLAGS(flags) .private_data = (void *)(flags)
-
static const struct ata_port_info ahci_port_info[] = {
/* by features */
[board_ahci] =