From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Thu, 08 Dec 2011 17:13:43 +0200 Subject: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header In-Reply-To: References: <1322498261-20645-1-git-send-email-yanok@emcraft.com> <1322498261-20645-2-git-send-email-yanok@emcraft.com> <4ED5DE81.2040106@compulab.co.il> <4EDFFB61.6020006@emcraft.com> <4EE0CAB5.7050909@compulab.co.il> Message-ID: <4EE0D427.2040508@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/08/11 16:42, Tom Rini wrote: > On Thu, Dec 8, 2011 at 7:33 AM, Igor Grinberg wrote: >> On 12/08/11 01:48, Ilya Yanok wrote: >>> Hi Igor, >>> >>> sorry for the late answer. >>> >>> On 30.11.2011 11:42, Igor Grinberg wrote: >>>>> diff --git a/arch/arm/cpu/arm926ejs/davinci/dp83848.c b/arch/arm/cpu/arm926ejs/davinci/dp83848.c >>>>> index c71c685..d435e4b 100644 >>>>> --- a/arch/arm/cpu/arm926ejs/davinci/dp83848.c >>>>> +++ b/arch/arm/cpu/arm926ejs/davinci/dp83848.c >>>>> @@ -29,6 +29,7 @@ >>>>> #include >>>>> #include >>>>> #include >>>>> +#include "../../../../../drivers/net/davinci_emac.h" >>>> >>>> Doesn't this look terrible? >>> >>> Yes, it does. But this will be removed once someone will switch the >>> driver to phylib. >> >> Hmmm... and who will be that someone? >> Is it on someone's TODO list? > > With my TI hat on, me. Hey, that's great to hear! :) -- Regards, Igor.