From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 11 Oct 2007 22:21:42 +0200 Subject: [U-Boot-Users] [PATCH] fix specific ssi.h include when ds1722 or mw_eeprom not used In-Reply-To: References: <1192091549-25875-1-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-17-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-18-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-19-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-20-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-21-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-22-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-23-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-24-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-25-git-send-email-plagnioj@jcrosoft.com> Message-ID: <470E85D6.2020709@jcrosoft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Grant Likely a ?crit : > On 10/11/07, Jean-Christophe PLAGNIOL-VILLARD wrote: >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >> #include >> -#include >> - >> >> #ifdef CONFIG_MW_EEPROM >> >> +#include >> + > > Unless this fixes a compile bug, this change isn't worth it right now. > The CONFIG_MW_EEPROM macro is going to go away very soon. > Cheers, > g. > You're rigth its fix a compile bug. I've seen that mw_eeprom is only use in sc520_spunk and sc520_cdp boards. Best Regards.