lkml.org 
[lkml]   [2018]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 17/19] powerpc/32: Add a missing include header
    Date
    The header file <linux/syscalls.h> was missing from the includes. Fix the
    following warning, treated as error with W=1:

    arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for ‘sys_pciconfig_iobase’ [-Werror=missing-prototypes]

    Signed-off-by: Mathieu Malaterre <malat@debian.org>
    ---
    arch/powerpc/kernel/pci_32.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c
    index 85ad2f78b889..51cba7d7a4fd 100644
    --- a/arch/powerpc/kernel/pci_32.c
    +++ b/arch/powerpc/kernel/pci_32.c
    @@ -11,6 +11,7 @@
    #include <linux/sched.h>
    #include <linux/errno.h>
    #include <linux/bootmem.h>
    +#include <linux/syscalls.h>
    #include <linux/irq.h>
    #include <linux/list.h>
    #include <linux/of.h>
    --
    2.11.0
    \
     
     \ /
      Last update: 2018-03-22 21:22    [W:4.179 / U:0.340 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site