From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 10 Oct 2012 09:15:13 +1100 From: Paul Mackerras To: Michael Ellerman Subject: Re: [PATCH 06/20] powerpc/xmon: Remove renaming #defines of scanhex() and skipbl() Message-ID: <20121009221513.GA21291@bloggs.ozlabs.ibm.com> References: <1349792447-15714-1-git-send-email-michael@ellerman.id.au> <1349792447-15714-6-git-send-email-michael@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1349792447-15714-6-git-send-email-michael@ellerman.id.au> Cc: linuxppc-dev@ozlabs.org, Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Oct 10, 2012 at 01:20:33AM +1100, Michael Ellerman wrote: > We have two #defines that rename scanhex() and skipbl() to > xmon_scanhex() and xmon_skipbl() - but no one ever uses those > names. > > So the only effect is to rename the actual symbols in the generated > code, and AFACIS there is no reason to do that, so drop them. You might as well make scanhex() and skipbl() static while you're at it. Paul.