From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Make many functions 'static' In-reply-to: <20080804053013.GC7086@yookeroo.seuss> References: <20080804053013.GC7086@yookeroo.seuss> Date: Wed, 13 Aug 2008 13:09:07 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > This patch marks various functions not shared between c files > 'static', as they should be. There are a couple of functions in dtc, > and many in the testsuite. > > This is *almost* enough to enable the -Wmissing-prototypes warning. > It's not quite enough, because there's a mess of junk in the flex > generated code which triggers that warning which I'm not yet sure how > to deal with. > > Signed-off-by: David Gibson Applied. jdl