From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 29 Aug 2011 16:39:52 +0200 Subject: [U-Boot] [PATCH] MX25: tx25: Fix build by making use of GPIO framework In-Reply-To: <1314628026-903-1-git-send-email-fabio.estevam@freescale.com> References: <1314628026-903-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <4E5BA4B8.2020905@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/29/2011 04:27 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Make use of GPIO framework and avoid the following build error: Hi Fabio, > tx25.c:126: error: dereferencing pointer to incomplete type > > Signed-off-by: Fabio Estevam > --- > board/karo/tx25/tx25.c | 1 + > include/configs/tx25.h | 2 ++ > 2 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c > index 25b99e8..ce75468 100644 > --- a/board/karo/tx25/tx25.c > +++ b/board/karo/tx25/tx25.c > @@ -28,6 +28,7 @@ > #include > #include > #include > +#include > Thanks, I missed this board ! Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================