From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: dtc: Correct headers in util.c Date: Wed, 03 Mar 2010 07:57:10 -0600 Message-ID: References: <20100303053801.GR23435@yookeroo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20100303053801.GR23435@yookeroo> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > Since util.c is used in programs other than full dtc, it shouldn't > include the full dtc.h, just util.h which has prototypes directly > relevant to it. This patch makes the change, and also adds includes > of the necessary system headers which were previously included > indirectly by dtc.h. > > Signed-off-by: David Gibson Applied. Thanks, jdl