linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jonathanh@nvidia.com (Jon Hunter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/5] ARM: tegra: Remove unnecessary inclusion of flowctrl header
Date: Wed, 22 Mar 2017 17:00:52 +0000	[thread overview]
Message-ID: <1490202056-13040-2-git-send-email-jonathanh@nvidia.com> (raw)
In-Reply-To: <1490202056-13040-1-git-send-email-jonathanh@nvidia.com>

The Tegra flowctrl.h header is included unnecessarily by the Tegra
sleep.S source file. Remove this unnecessary inclusion.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
 arch/arm/mach-tegra/sleep.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index f024a5109e8e..5e3496753df1 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -30,8 +30,6 @@
 #include <asm/hardware/cache-l2x0.h>
 
 #include "iomap.h"
-
-#include "flowctrl.h"
 #include "sleep.h"
 
 #define CLK_RESET_CCLK_BURST	0x20
-- 
2.7.4

  reply	other threads:[~2017-03-22 17:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 17:00 [PATCH V2 0/5] soc/tegra: Enable flowctrl support for Tegra132/210 Jon Hunter
2017-03-22 17:00 ` Jon Hunter [this message]
2017-03-22 17:00 ` [PATCH V2 2/5] soc/tegra: Move Tegra flowctrl driver Jon Hunter
2017-03-22 17:00 ` [PATCH V2 3/5] soc/tegra: flowctrl: Add basic platform driver Jon Hunter
2017-03-22 17:00 ` [PATCH V2 4/5] dt-bindings: tegra: Update compatible strings for Tegra flowctrl Jon Hunter
2017-03-22 17:26   ` Stephen Warren
2017-03-22 18:13     ` Jon Hunter
2017-03-22 19:00       ` Stephen Warren
2017-03-22 17:00 ` [PATCH V2 5/5] soc/tegra: Add initial flowctrl support for Tegra132/210 Jon Hunter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490202056-13040-2-git-send-email-jonathanh@nvidia.com \
    --to=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).