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