From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Wed, 18 Aug 2010 19:39:06 -0500 Subject: [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup In-Reply-To: References: Message-ID: <1282178349-24593-1-git-send-email-nm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de As reported by wolfgang [1] sdp2420 platform build is broken atm looking at the same showed some potential cleanups possible in addition to fixing the problem Warning: i dont have a board around, so only build tested for omap2, tested for omap3 Nishanth Menon (3): i2c: omap2+: change header guard to be generic omap2: i2c: add syss offset omap2: i2c: remove redundant header definitions arch/arm/include/asm/arch-omap24xx/i2c.h | 110 +----------------------------- drivers/i2c/omap24xx_i2c.h | 4 +- 2 files changed, 5 insertions(+), 109 deletions(-) Cc: Steve Sakoman Cc: Heiko Cc: Sandeep Paulraj Cc: Wolfang Denk Regards, Nishanth Menon Ref: [1] http://lists.denx.de/pipermail/u-boot/2010-August/075826.html