From: Tejun Heo Date: Mon, 15 May 2006 11:57:51 +0000 (+0900) Subject: [PATCH] libata: add dev->ap X-Git-Tag: v2.6.18-rc1~1079^2~98^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d87234d6c47ca487fc6344100323d5adc6f32c;p=pandora-kernel.git [PATCH] libata: add dev->ap Add dev->ap which points back to the port the device belongs to. This makes it unnecessary to pass @ap for silly reasons (e.g. printks). Also, this change is necessary to accomodate later PM support which will introduce ATA link inbetween port and device. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed