From: Tony Lindgren <tony@atomide.com>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: kernel-janitors@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or di
Date: Mon, 17 Sep 2012 16:56:43 +0000 [thread overview]
Message-ID: <20120917165643.GL4521@atomide.com> (raw)
In-Reply-To: <20120917003526.GB12394@localhost>
* Fengguang Wu <fengguang.wu@intel.com> [120916 17:41]:
> Hi Tony,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git tmp-merge
> head: a742996f4643b4e9612fe081d146035964cfbd87
> commit: 7d7e1eba7e92c2f9c76db80adc24836e7a114bfb [31/47] ARM: OMAP2+: Prepare for irqs.h removal
> config: x86_64-randconfig-s331 (attached as .config)
>
> All related error/warning messages:
>
> drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory
> compilation terminated.
>
> vim +49 drivers/mfd/twl-core.c
> 44 #include <linux/regulator/machine.h>
> 45
> 46 #include <linux/i2c.h>
> 47 #include <linux/i2c/twl.h>
> 48
> > 49 #include <plat/cpu.h>
> 50
> 51 #include "twl-core.h"
> 52
> 53 /*
> 54 * The TWL4030 "Triton 2" is one of a family of a multi-function "Power
OK thanks for letting me know. That include needs to be ifdeffed until
we remove all cpu_is_omap usage from drivers. I'll take a look and will
also check if other drivers may have the same issue.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: kernel-janitors@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory
Date: Mon, 17 Sep 2012 09:56:43 -0700 [thread overview]
Message-ID: <20120917165643.GL4521@atomide.com> (raw)
In-Reply-To: <20120917003526.GB12394@localhost>
* Fengguang Wu <fengguang.wu@intel.com> [120916 17:41]:
> Hi Tony,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git tmp-merge
> head: a742996f4643b4e9612fe081d146035964cfbd87
> commit: 7d7e1eba7e92c2f9c76db80adc24836e7a114bfb [31/47] ARM: OMAP2+: Prepare for irqs.h removal
> config: x86_64-randconfig-s331 (attached as .config)
>
> All related error/warning messages:
>
> drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory
> compilation terminated.
>
> vim +49 drivers/mfd/twl-core.c
> 44 #include <linux/regulator/machine.h>
> 45
> 46 #include <linux/i2c.h>
> 47 #include <linux/i2c/twl.h>
> 48
> > 49 #include <plat/cpu.h>
> 50
> 51 #include "twl-core.h"
> 52
> 53 /*
> 54 * The TWL4030 "Triton 2" is one of a family of a multi-function "Power
OK thanks for letting me know. That include needs to be ifdeffed until
we remove all cpu_is_omap usage from drivers. I'll take a look and will
also check if other drivers may have the same issue.
Regards,
Tony
next prev parent reply other threads:[~2012-09-17 16:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-17 0:35 [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or direct Fengguang Wu
2012-09-17 0:35 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory Fengguang Wu
2012-09-17 16:56 ` Tony Lindgren [this message]
2012-09-17 16:56 ` Tony Lindgren
2012-09-17 18:00 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or di Felipe Balbi
2012-09-17 18:00 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory Felipe Balbi
2012-09-17 19:42 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or di Tony Lindgren
2012-09-17 19:42 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory Tony Lindgren
2012-09-17 20:12 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or di Tony Lindgren
2012-09-17 20:12 ` [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory 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=20120917165643.GL4521@atomide.com \
--to=tony@atomide.com \
--cc=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.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.