From: Tony Lindgren <tony@atomide.com>
To: Kevin Hilman <khilman@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP3: CPUidle: include <linux/export.h>
Date: Mon, 7 Nov 2011 16:12:15 -0800 [thread overview]
Message-ID: <20111108001214.GE31337@atomide.com> (raw)
In-Reply-To: <1320710320-8279-1-git-send-email-khilman@ti.com>
* Kevin Hilman <khilman@ti.com> [111107 15:23]:
> The CPUidle use THIS_MODULE, so needs <linux/export.h>
>
> Signed-off-by: Kevin Hilman <khilman@ti.com>
> ---
> Tony, one more for omap/fixes. This one applies to Linus' master branch,
> but also applies to your current omap/fixes.
Thanks, applying into fixes. Looks like I did not grep for THIS_MODULE..
Tony
> arch/arm/mach-omap2/cpuidle34xx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c
> index 4bf6e6e..2e0fa5a 100644
> --- a/arch/arm/mach-omap2/cpuidle34xx.c
> +++ b/arch/arm/mach-omap2/cpuidle34xx.c
> @@ -24,6 +24,7 @@
>
> #include <linux/sched.h>
> #include <linux/cpuidle.h>
> +#include <linux/export.h>
>
> #include <plat/prcm.h>
> #include <plat/irqs.h>
> --
> 1.7.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP3: CPUidle: include <linux/export.h>
Date: Mon, 7 Nov 2011 16:12:15 -0800 [thread overview]
Message-ID: <20111108001214.GE31337@atomide.com> (raw)
In-Reply-To: <1320710320-8279-1-git-send-email-khilman@ti.com>
* Kevin Hilman <khilman@ti.com> [111107 15:23]:
> The CPUidle use THIS_MODULE, so needs <linux/export.h>
>
> Signed-off-by: Kevin Hilman <khilman@ti.com>
> ---
> Tony, one more for omap/fixes. This one applies to Linus' master branch,
> but also applies to your current omap/fixes.
Thanks, applying into fixes. Looks like I did not grep for THIS_MODULE..
Tony
> arch/arm/mach-omap2/cpuidle34xx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c
> index 4bf6e6e..2e0fa5a 100644
> --- a/arch/arm/mach-omap2/cpuidle34xx.c
> +++ b/arch/arm/mach-omap2/cpuidle34xx.c
> @@ -24,6 +24,7 @@
>
> #include <linux/sched.h>
> #include <linux/cpuidle.h>
> +#include <linux/export.h>
>
> #include <plat/prcm.h>
> #include <plat/irqs.h>
> --
> 1.7.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-11-08 0:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-07 23:58 [PATCH] ARM: OMAP3: CPUidle: include <linux/export.h> Kevin Hilman
2011-11-07 23:58 ` Kevin Hilman
2011-11-08 0:12 ` Tony Lindgren [this message]
2011-11-08 0:12 ` Tony Lindgren
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=20111108001214.GE31337@atomide.com \
--to=tony@atomide.com \
--cc=khilman@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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 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.