From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Forgot one function when cleaning the namespace In-reply-to: <20080729045122.GC19856@yookeroo.seuss> References: <20080729045122.GC19856@yookeroo.seuss> Date: Thu, 31 Jul 2008 10:38:56 -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: , > In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all > libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the > chance of collisions with things from whatever package libfdt is > embedded in, pulled into the libfdt build via that environment's > libfdt_env.h. > > Except... I missed one. This patch applies the same treatment to > _stringlist_contains(). While we're at it, also make it static since > it's only used in the same file. > > Signed-off-by: David Gibson Applied. jdl