From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Use stdint.h types throughout dtc In-reply-to: <20080625035307.GB8284@yookeroo.seuss> References: <20080625035307.GB8284@yookeroo.seuss> Date: Mon, 14 Jul 2008 13:49:40 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Currently, dtc defines Linux-like names for various fixed-size integer > types. There's no good reason to do this; even Linux itself doesn't > use these names for externally visible things any more. This patch > replaces these with the C99 standardized type names from stdint.h. > > Signed-off-by: David Gibson Applied. jdl