[RFC PATCH 08/15] ata: ahci_platform: Manage SATA PHY
From: tj@kernel.org (Tejun Heo)
Date: 2013-09-22 21:49:06
Also in:
linux-devicetree, linux-ide, linux-omap, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2013-09-22 21:49:06
Also in:
linux-devicetree, linux-ide, linux-omap, lkml
Hello, On Sun, Sep 22, 2013 at 10:22:31PM +0400, Sergei Shtylyov wrote:
quoted
@@ -37,6 +37,7 @@ #include <linux/clk.h> #include <linux/libata.h> +#include <linux/phy/phy.h>struct phy; should suffice.
Unless it's actually likely to cause inclusion loop, I think it's better to include the header than adding explicit declarations. Thanks. -- tejun