* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
@ 2012-11-27 10:27 Mugunthan V N
2012-11-27 11:25 ` Mugunthan V N
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Mugunthan V N @ 2012-11-27 10:27 UTC (permalink / raw)
To: linux-arm-kernel
CC drivers/net/ethernet/ti/cpts.o
drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
compilation terminated.
make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
make[3]: *** [drivers/net/ethernet/ti] Error 2
make[2]: *** [drivers/net/ethernet] Error 2
make[1]: *** [drivers/net] Error 2
fix for build break as the header file is removed from plat-omap as part of
the below patch
commit a135eaae524acba1509a3b19c97fae556e4da7cd
Author: Paul Walmsley <paul@pwsan.com>
Date: Thu Sep 27 10:33:34 2012 -0600
ARM: OMAP: remove plat/clock.h
Remove arch/arm/plat-omap/include/plat/clock.h by merging it into
arch/arm/mach-omap1/clock.h and arch/arm/mach-omap2/clock.h.
The goal here is to facilitate ARM single image kernels by removing
includes via the "plat/" symlink.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
drivers/net/ethernet/ti/cpts.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/ti/cpts.c b/drivers/net/ethernet/ti/cpts.c
index 3377667..5e62c1a 100644
--- a/drivers/net/ethernet/ti/cpts.c
+++ b/drivers/net/ethernet/ti/cpts.c
@@ -27,8 +27,6 @@
#include <linux/uaccess.h>
#include <linux/workqueue.h>
-#include <plat/clock.h>
-
#include "cpts.h"
#ifdef CONFIG_TI_CPTS
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
2012-11-27 10:27 [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Mugunthan V N
@ 2012-11-27 11:25 ` Mugunthan V N
2012-11-27 12:47 ` Richard Cochran
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Mugunthan V N @ 2012-11-27 11:25 UTC (permalink / raw)
To: linux-arm-kernel
On 11/27/2012 3:57 PM, Mugunthan V N wrote:
> CC drivers/net/ethernet/ti/cpts.o
> drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
> compilation terminated.
> make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
> make[3]: *** [drivers/net/ethernet/ti] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
>
> fix for build break as the header file is removed from plat-omap as part of
> the below patch
>
> commit a135eaae524acba1509a3b19c97fae556e4da7cd
> Author: Paul Walmsley <paul@pwsan.com>
> Date: Thu Sep 27 10:33:34 2012 -0600
>
> ARM: OMAP: remove plat/clock.h
>
> Remove arch/arm/plat-omap/include/plat/clock.h by merging it into
> arch/arm/mach-omap1/clock.h and arch/arm/mach-omap2/clock.h.
> The goal here is to facilitate ARM single image kernels by removing
> includes via the "plat/" symlink.
The header removal patch can be found in linux-next git repo.
Regards
Mugunthan V N
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
2012-11-27 10:27 [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Mugunthan V N
2012-11-27 11:25 ` Mugunthan V N
@ 2012-11-27 12:47 ` Richard Cochran
2012-11-27 14:42 ` Paul Walmsley
2012-12-13 11:07 ` Tomi Valkeinen
3 siblings, 0 replies; 6+ messages in thread
From: Richard Cochran @ 2012-11-27 12:47 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Nov 27, 2012 at 03:57:14PM +0530, Mugunthan V N wrote:
> CC drivers/net/ethernet/ti/cpts.o
> drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
> compilation terminated.
> make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
> make[3]: *** [drivers/net/ethernet/ti] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
>
> fix for build break as the header file is removed from plat-omap as part of
> the below patch
Acked-by: Richard Cochran <richardcochran@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
2012-11-27 10:27 [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Mugunthan V N
2012-11-27 11:25 ` Mugunthan V N
2012-11-27 12:47 ` Richard Cochran
@ 2012-11-27 14:42 ` Paul Walmsley
2012-12-13 11:07 ` Tomi Valkeinen
3 siblings, 0 replies; 6+ messages in thread
From: Paul Walmsley @ 2012-11-27 14:42 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, 27 Nov 2012, Mugunthan V N wrote:
> CC drivers/net/ethernet/ti/cpts.o
> drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
> compilation terminated.
> make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
> make[3]: *** [drivers/net/ethernet/ti] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
>
> fix for build break as the header file is removed from plat-omap as part of
> the below patch
>
> commit a135eaae524acba1509a3b19c97fae556e4da7cd
> Author: Paul Walmsley <paul@pwsan.com>
> Date: Thu Sep 27 10:33:34 2012 -0600
>
> ARM: OMAP: remove plat/clock.h
>
> Remove arch/arm/plat-omap/include/plat/clock.h by merging it into
> arch/arm/mach-omap1/clock.h and arch/arm/mach-omap2/clock.h.
> The goal here is to facilitate ARM single image kernels by removing
> includes via the "plat/" symlink.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
- Paul
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
2012-11-27 10:27 [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Mugunthan V N
` (2 preceding siblings ...)
2012-11-27 14:42 ` Paul Walmsley
@ 2012-12-13 11:07 ` Tomi Valkeinen
2012-12-13 13:03 ` Richard Cochran
3 siblings, 1 reply; 6+ messages in thread
From: Tomi Valkeinen @ 2012-12-13 11:07 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On 2012-11-27 12:27, Mugunthan V N wrote:
> CC drivers/net/ethernet/ti/cpts.o
> drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
> compilation terminated.
> make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
> make[3]: *** [drivers/net/ethernet/ti] Error 2
> make[2]: *** [drivers/net/ethernet] Error 2
> make[1]: *** [drivers/net] Error 2
>
> fix for build break as the header file is removed from plat-omap as part of
> the below patch
linux-next still has this build problem, I guess this patch is lingering
somewhere. Somewhat annoying, as the driver is enabled by default. (btw,
why is it "default y"?)
Tomi
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration
2012-12-13 11:07 ` Tomi Valkeinen
@ 2012-12-13 13:03 ` Richard Cochran
0 siblings, 0 replies; 6+ messages in thread
From: Richard Cochran @ 2012-12-13 13:03 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Dec 13, 2012 at 01:07:37PM +0200, Tomi Valkeinen wrote:
> Hi,
>
> On 2012-11-27 12:27, Mugunthan V N wrote:
> > CC drivers/net/ethernet/ti/cpts.o
> > drivers/net/ethernet/ti/cpts.c:30:24: fatal error: plat/clock.h: No such file or directory
> > compilation terminated.
> > make[4]: *** [drivers/net/ethernet/ti/cpts.o] Error 1
> > make[3]: *** [drivers/net/ethernet/ti] Error 2
> > make[2]: *** [drivers/net/ethernet] Error 2
> > make[1]: *** [drivers/net] Error 2
> >
> > fix for build break as the header file is removed from plat-omap as part of
> > the below patch
>
> linux-next still has this build problem, I guess this patch is lingering
> somewhere. Somewhat annoying, as the driver is enabled by default. (btw,
> why is it "default y"?)
Um, in Linus' master, net, and net-next, neither TI_CPSW nor TI_CPTS
are default y, so I don't know where you are coming from on that.
Sorry,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-13 13:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 10:27 [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Mugunthan V N
2012-11-27 11:25 ` Mugunthan V N
2012-11-27 12:47 ` Richard Cochran
2012-11-27 14:42 ` Paul Walmsley
2012-12-13 11:07 ` Tomi Valkeinen
2012-12-13 13:03 ` Richard Cochran
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).