From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Vaibhav Bedia <vaibhav.bedia@ti.com>
Cc: tony@atomide.com, paul@pwsan.com, b-cousson@ti.com,
khilman@deeprootsystems.com, linux-omap@vger.kernel.org,
santosh.shilimkar@ti.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/9] ARM: OMAP2+: AM33XX: CM: Get rid of unncessary header inclusions
Date: Fri, 18 Jan 2013 16:31:01 +0400 [thread overview]
Message-ID: <50F94085.3030704@mvista.com> (raw)
In-Reply-To: <1358493569-17142-2-git-send-email-vaibhav.bedia@ti.com>
On 18-01-2013 11:19, Vaibhav Bedia wrote:
> Some of the included header files are not needed so
> remove them.
> Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> ---
> Change from RFC version:
> No change
> arch/arm/mach-omap2/cm33xx.h | 7 +------
> 1 files changed, 1 insertions(+), 6 deletions(-)
> diff --git a/arch/arm/mach-omap2/cm33xx.h b/arch/arm/mach-omap2/cm33xx.h
> index 5fa0b62..8009e13 100644
> --- a/arch/arm/mach-omap2/cm33xx.h
> +++ b/arch/arm/mach-omap2/cm33xx.h
> @@ -17,16 +17,11 @@
> #ifndef __ARCH_ARM_MACH_OMAP2_CM_33XX_H
> #define __ARCH_ARM_MACH_OMAP2_CM_33XX_H
>
> -#include <linux/delay.h>
> -#include <linux/errno.h>
> -#include <linux/err.h>
> -#include <linux/io.h>
> -
> #include "common.h"
>
> #include "cm.h"
> #include "cm-regbits-33xx.h"
> -#include "cm33xx.h"
> +#include "iomap.h"
You don't comment on this addition in the changelog...
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sshtylyov@mvista.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/9] ARM: OMAP2+: AM33XX: CM: Get rid of unncessary header inclusions
Date: Fri, 18 Jan 2013 16:31:01 +0400 [thread overview]
Message-ID: <50F94085.3030704@mvista.com> (raw)
In-Reply-To: <1358493569-17142-2-git-send-email-vaibhav.bedia@ti.com>
On 18-01-2013 11:19, Vaibhav Bedia wrote:
> Some of the included header files are not needed so
> remove them.
> Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> ---
> Change from RFC version:
> No change
> arch/arm/mach-omap2/cm33xx.h | 7 +------
> 1 files changed, 1 insertions(+), 6 deletions(-)
> diff --git a/arch/arm/mach-omap2/cm33xx.h b/arch/arm/mach-omap2/cm33xx.h
> index 5fa0b62..8009e13 100644
> --- a/arch/arm/mach-omap2/cm33xx.h
> +++ b/arch/arm/mach-omap2/cm33xx.h
> @@ -17,16 +17,11 @@
> #ifndef __ARCH_ARM_MACH_OMAP2_CM_33XX_H
> #define __ARCH_ARM_MACH_OMAP2_CM_33XX_H
>
> -#include <linux/delay.h>
> -#include <linux/errno.h>
> -#include <linux/err.h>
> -#include <linux/io.h>
> -
> #include "common.h"
>
> #include "cm.h"
> #include "cm-regbits-33xx.h"
> -#include "cm33xx.h"
> +#include "iomap.h"
You don't comment on this addition in the changelog...
WBR, Sergei
next prev parent reply other threads:[~2013-01-18 12:31 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-18 7:19 [PATCH 0/9] ARM: OMAP2+: AM33XX: Misc fixes/updates Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 1/9] ARM: OMAP2+: AM33XX: CM: Get rid of unncessary header inclusions Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 12:31 ` Sergei Shtylyov [this message]
2013-01-18 12:31 ` Sergei Shtylyov
2013-01-21 5:27 ` Bedia, Vaibhav
2013-01-21 5:27 ` Bedia, Vaibhav
2013-01-18 7:19 ` [PATCH 2/9] ARM: OMAP2+: AM33XX: CM/PRM: Use __ASSEMBLER__ macros in header files Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 3/9] ARM: OMAP2+: AM33XX: hwmod: Register OCMC RAM hwmod Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 4/9] ARM: OMAP2+: AM33XX: hwmod: Update TPTC0 hwmod with the right flags Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 12:28 ` Sergei Shtylyov
2013-01-18 12:28 ` Sergei Shtylyov
2013-01-21 5:27 ` Bedia, Vaibhav
2013-01-21 5:27 ` Bedia, Vaibhav
2013-01-18 7:19 ` [PATCH 5/9] ARM: OMAP2+: AM33XX: hwmod: Fixup cpgmac0 hwmod entry Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 6/9] ARM: OMAP2+: AM33XX: hwmod: Update the WKUP-M3 hwmod with reset status bit Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 7/9] ARM: OMAP2+: AM33XX: Update the hardreset API Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 8/9] ARM: DTS: AM33XX: Add nodes for OCMC RAM and WKUP-M3 Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-18 7:19 ` [PATCH 9/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs Vaibhav Bedia
2013-01-18 7:19 ` Vaibhav Bedia
2013-01-21 5:27 ` [PATCH 0/9] ARM: OMAP2+: AM33XX: Misc fixes/updates Bedia, Vaibhav
2013-01-21 5:27 ` Bedia, Vaibhav
2013-01-21 9:03 ` Peter Korsgaard
2013-01-21 9:03 ` Peter Korsgaard
2013-01-21 10:37 ` Bedia, Vaibhav
2013-01-21 10:37 ` Bedia, Vaibhav
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=50F94085.3030704@mvista.com \
--to=sshtylyov@mvista.com \
--cc=b-cousson@ti.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=santosh.shilimkar@ti.com \
--cc=tony@atomide.com \
--cc=vaibhav.bedia@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.