From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Aug 2010 13:54:10 -0700 Subject: [U-Boot] [PATCH] net: Fix faulty definition of uec_initialize() In-Reply-To: References: <1281381330-3409-1-git-send-email-Joakim.Tjernlund@transmode.se> Message-ID: <4C606AF2.30900@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/9/2010 1:18 PM, Mike Frysinger wrote: > On Mon, Aug 9, 2010 at 3:15 PM, Joakim Tjernlund wrote: >> The correct definition is in drivers/qe/uec.h so just >> include that one instead. > ... except that bleeds a ton of crap from uec.h into the global > namespace for everyone. better would be to move the prototype out of > uec.h and into netdev.h and make sure uec.h includes netdev.h. > -mike > _______ Agreed. Please find a way to have UEC-related stuff only on boards that care about it. regards, Ben