Re: [PATCH] efi/libstub: Fix missing-prototypes in string.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 21 Sep 2020 at 03:57, Tian Tao <tiantao6@xxxxxxxxxxxxx> wrote:
>
> Fix the following warnings.
> drivers/firmware/efi/libstub/string.c:83:20: warning: no previous
> prototype for ‘simple_strtoull’ [-Wmissing-prototypes]
> drivers/firmware/efi/libstub/string.c:108:6: warning: no previous
> prototype for ‘simple_strtol’ [-Wmissing-prototypes]
>
> Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx>

Applied as a fix, thanks.

> ---
>  drivers/firmware/efi/libstub/string.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/firmware/efi/libstub/string.c b/drivers/firmware/efi/libstub/string.c
> index 1ac2f87..5d13e43 100644
> --- a/drivers/firmware/efi/libstub/string.c
> +++ b/drivers/firmware/efi/libstub/string.c
> @@ -7,6 +7,7 @@
>   */
>
>  #include <linux/ctype.h>
> +#include <linux/kernel.h>
>  #include <linux/types.h>
>  #include <linux/string.h>
>
> --
> 2.7.4
>




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux