Re: [powerdebug 32/35] Remove pointless function definitions

2011-03-28 Thread Yong Shen
On Mon, Mar 28, 2011 at 4:56 PM, Daniel Lezcano wrote: > On 03/28/2011 08:28 AM, Yong Shen wrote: > >> On Sun, Mar 27, 2011 at 5:06 AM, Daniel Lezcano> >wrote: >> >> By moving the functions in the right order in the file, we can get ride >>> of their definitions and we can set them static. >>> >>

Re: [powerdebug 32/35] Remove pointless function definitions

2011-03-28 Thread Daniel Lezcano
On 03/28/2011 08:28 AM, Yong Shen wrote: On Sun, Mar 27, 2011 at 5:06 AM, Daniel Lezcanowrote: By moving the functions in the right order in the file, we can get ride of their definitions and we can set them static. Technically, those function names in head files should be declarations, not d

Re: [powerdebug 32/35] Remove pointless function definitions

2011-03-27 Thread Yong Shen
On Sun, Mar 27, 2011 at 5:06 AM, Daniel Lezcano wrote: > By moving the functions in the right order in the file, we can get ride > of their definitions and we can set them static. > Technically, those function names in head files should be declarations, not definitions. For this patch, it could be

[powerdebug 32/35] Remove pointless function definitions

2011-03-26 Thread Daniel Lezcano
By moving the functions in the right order in the file, we can get ride of their definitions and we can set them static. Signed-off-by: Daniel Lezcano --- clocks.c | 195 -- clocks.h | 18 -- 2 files changed, 101 insertions(+), 1