From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from asavdk4.altibox.net ([109.247.116.15]) by casper.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gDAH0-00065o-DH for barebox@lists.infradead.org; Thu, 18 Oct 2018 15:31:43 +0000 Date: Thu, 18 Oct 2018 17:31:19 +0200 From: Sam Ravnborg Message-ID: <20181018153119.GA2206@ravnborg.org> References: <20181018065827.19973-1-s.hauer@pengutronix.de> <20181018065827.19973-6-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20181018065827.19973-6-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 05/20] dma: Add missing re-inclusion protector To: Sascha Hauer Cc: Barebox List On Thu, Oct 18, 2018 at 08:58:12AM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > include/dma-dir.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/include/dma-dir.h b/include/dma-dir.h > index ba107f10ce..6e186d8148 100644 > --- a/include/dma-dir.h > +++ b/include/dma-dir.h > @@ -1,6 +1,11 @@ > +#ifndef __DMA_DIR_H > +#define __DMA_DIR_H > + > enum dma_data_direction { > DMA_BIDIRECTIONAL = 0, > DMA_TO_DEVICE = 1, > DMA_FROM_DEVICE = 2, > DMA_NONE = 3, > }; > + > +#endif /* __DMA_DIR_H */ > \ No newline at end of file Add the missing newline? Sam _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox