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.
>>>
>>
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
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
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