Re: [PATCH] powerpc/mpc512x: remove unnecessary #if

2013-10-11 Thread Brian Norris
Hi, I'm sorry, ignore this version. I left out a diff I meant to include. On Fri, Oct 11, 2013 at 10:32 AM, Brian Norris wrote: > Several functions are only ever referenced locally, so make them static. > Of those functions, many of them are protected by an #if. However, the > code which can com

[PATCH] powerpc/mpc512x: remove unnecessary #if

2013-10-11 Thread Brian Norris
Several functions are only ever referenced locally, so make them static. Of those functions, many of them are protected by an #if. However, the code which can compile fine in either case. Now that (1) the unneeded code is marked 'static' and (2) the code is only used under a C 'if (IS_ENABLED(CONF