public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: ahci_tegra: Change include to fix compilation
@ 2014-08-11 10:17 Mikko Perttunen
  2014-08-11 13:39 ` Thierry Reding
  2014-08-16 13:13 ` Tejun Heo
  0 siblings, 2 replies; 3+ messages in thread
From: Mikko Perttunen @ 2014-08-11 10:17 UTC (permalink / raw)
  To: tj, swarren, thierry.reding
  Cc: linux-ide, linux-tegra, linux-kernel, Mikko Perttunen

Before this patch, the driver included <linux/tegra-powergate.h>,
which was effectively renamed to <soc/tegra/pmc.h> at about the same
time the ahci_tegra series landed. Fix the include path so that the
driver compiles.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
---
This would be for 3.17.

 drivers/ata/ahci_tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c
index fc3df47..f1fef74 100644
--- a/drivers/ata/ahci_tegra.c
+++ b/drivers/ata/ahci_tegra.c
@@ -24,8 +24,8 @@
 #include <linux/module.h>
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
-#include <linux/tegra-powergate.h>
 #include <linux/regulator/consumer.h>
+#include <soc/tegra/pmc.h>
 #include "ahci.h"
 
 #define SATA_CONFIGURATION_0				0x180
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ata: ahci_tegra: Change include to fix compilation
  2014-08-11 10:17 [PATCH] ata: ahci_tegra: Change include to fix compilation Mikko Perttunen
@ 2014-08-11 13:39 ` Thierry Reding
  2014-08-16 13:13 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2014-08-11 13:39 UTC (permalink / raw)
  To: Mikko Perttunen, Tejun Heo; +Cc: swarren, linux-ide, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

On Mon, Aug 11, 2014 at 01:17:48PM +0300, Mikko Perttunen wrote:
> Before this patch, the driver included <linux/tegra-powergate.h>,
> which was effectively renamed to <soc/tegra/pmc.h> at about the same
> time the ahci_tegra series landed. Fix the include path so that the
> driver compiles.
> 
> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
> ---
> This would be for 3.17.
> 
>  drivers/ata/ahci_tegra.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ata: ahci_tegra: Change include to fix compilation
  2014-08-11 10:17 [PATCH] ata: ahci_tegra: Change include to fix compilation Mikko Perttunen
  2014-08-11 13:39 ` Thierry Reding
@ 2014-08-16 13:13 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2014-08-16 13:13 UTC (permalink / raw)
  To: Mikko Perttunen
  Cc: swarren, thierry.reding, linux-ide, linux-tegra, linux-kernel

On Mon, Aug 11, 2014 at 01:17:48PM +0300, Mikko Perttunen wrote:
> Before this patch, the driver included <linux/tegra-powergate.h>,
> which was effectively renamed to <soc/tegra/pmc.h> at about the same
> time the ahci_tegra series landed. Fix the include path so that the
> driver compiles.
> 
> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>

Applied to libata/for-3.17-fixes.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-16 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 10:17 [PATCH] ata: ahci_tegra: Change include to fix compilation Mikko Perttunen
2014-08-11 13:39 ` Thierry Reding
2014-08-16 13:13 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox