From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [2/2] dtc: Move some functions to util.[ch] Date: Wed, 07 Jan 2009 09:53:28 -0600 Message-ID: References: <20090105014436.GC11210@yookeroo.seuss> <20090105014745.GE11210@yookeroo.seuss> <20090105015023.GF11210@yookeroo.seuss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20090105015023.GF11210-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > Now that we have a util.[ch] file shared between dtc and > convert-dtsv0, move some functions which are currently duplicated in > the two to util files. Specifically we move the die(), xmalloc() and > xrealloc() functions. > > While we're at it, add standard double-include protection to util.h > > Signed-off-by: David Gibson I would have sworn I applied this one earlier... But now it definitely has been. Thanks, jdl