See patch.
Uwe.
Uwe Hermann wrote:
See patch.
Uwe.
Various smaller code fixes:
Use 'static' for functions and structs which are not meant to be public.
Use 'const' for variables which are not meant to be modified.
Move some prototypes into legacy.h where they belong.
Drop prototypes for non-existing functions.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Looks good Uwe. Acked-by: Marc Jones marc.jones@amd.com
Marc
On Wed, Jul 18, 2007 at 03:05:33PM -0600, Marc Jones wrote:
Acked-by: Marc Jones marc.jones@amd.com
r460, thanks.
Uwe.