From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Tue, 11 Oct 2011 01:23:09 +0400 Subject: [U-Boot] [PATCH 1/6] davinci_emac: move arch-independent defines to separate header In-Reply-To: <20111006210239.23360140874A@gemini.denx.de> References: <1317857806-16549-1-git-send-email-yanok@emcraft.com> <1317857806-16549-2-git-send-email-yanok@emcraft.com> <20111006210239.23360140874A@gemini.denx.de> Message-ID: <4E93623D.6060108@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, On 07.10.2011 01:02, Wolfgang Denk wrote: >> arch/arm/include/asm/arch-davinci/emac_defs.h | 293 ----------------------- >> drivers/net/davinci_emac.c | 1 + >> drivers/net/davinci_emac.h | 317 +++++++++++++++++++++++++ >> 3 files changed, 318 insertions(+), 293 deletions(-) >> create mode 100644 drivers/net/davinci_emac.h > Checkpatch says: > > total: 1 errors, 8 warnings, 623 lines checked Uh.. I'm not adding anything myself by this patch, just spliting the existing header into two. Do I really have to fix all these style errors? Regards, Ilya.