[PATCH 03/16] arch: x86: boot: Include header string.h for function prototypes

2015-03-04 Thread Darshana Padmadas
Include header file string.h that declares prototypes for functions defined in string.c. This eliminates the following warnings: arch/x86/boot/string.c:18:5: warning: no previous prototype for ‘memcmp’ [-Wmissing-prototypes] arch/x86/boot/compressed/../string.c:18:5: warning: no previous

[PATCH 03/16] arch: x86: boot: Include header string.h for function prototypes

2015-03-04 Thread Darshana Padmadas
Include header file string.h that declares prototypes for functions defined in string.c. This eliminates the following warnings: arch/x86/boot/string.c:18:5: warning: no previous prototype for ‘memcmp’ [-Wmissing-prototypes] arch/x86/boot/compressed/../string.c:18:5: warning: no previous