]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: move host flags over to pi.private_data
authorTejun Heo <htejun@gmail.com>
Sun, 23 Sep 2007 04:19:55 +0000 (13:19 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 12 Oct 2007 18:55:44 +0000 (14:55 -0400)
commite27deede84ef578380b4444336246d77566d8851
tree87207680dbfb4b06f6267a49fbea68a880fba894
parent00b7525a512382f8908aa40e601a9eab659b6114
ahci: move host flags over to pi.private_data

Private pi.flags area is full and we need more private flags.  Move
host private flags over to pi.private_data.  During initialization,
these flags are copied to hpriv->flags.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c