From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH 1/1] net: cpts: fix for build break after ARM SoC integration Date: Thu, 13 Dec 2012 13:07:37 +0200 Message-ID: <50C9B6F9.9020300@iki.fi> References: <1354012034-31686-1-git-send-email-mugunthanvnm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, b-cousson@ti.com, paul@pwsan.com, richardcochran@gmail.com To: Mugunthan V N Return-path: Received: from mail-lb0-f174.google.com ([209.85.217.174]:44950 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751300Ab2LMLHn (ORCPT ); Thu, 13 Dec 2012 06:07:43 -0500 In-Reply-To: <1354012034-31686-1-git-send-email-mugunthanvnm@ti.com> Sender: netdev-owner@vger.kernel.org List-ID: 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