lkml.org 
[lkml]   [2017]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 3/7] nios2: put setup.h in uapi
    Date
    This header file is exported, thus move it to uapi.

    Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
    ---
    arch/nios2/include/asm/setup.h | 2 +-
    arch/nios2/include/uapi/asm/setup.h | 6 ++++++
    2 files changed, 7 insertions(+), 1 deletion(-)
    create mode 100644 arch/nios2/include/uapi/asm/setup.h

    diff --git a/arch/nios2/include/asm/setup.h b/arch/nios2/include/asm/setup.h
    index dcbf8cf1a344..d49e9e91bf55 100644
    --- a/arch/nios2/include/asm/setup.h
    +++ b/arch/nios2/include/asm/setup.h
    @@ -19,7 +19,7 @@
    #ifndef _ASM_NIOS2_SETUP_H
    #define _ASM_NIOS2_SETUP_H

    -#include <asm-generic/setup.h>
    +#include <uapi/asm/setup.h>

    #ifndef __ASSEMBLY__
    #ifdef __KERNEL__
    diff --git a/arch/nios2/include/uapi/asm/setup.h b/arch/nios2/include/uapi/asm/setup.h
    new file mode 100644
    index 000000000000..8d8285997ba8
    --- /dev/null
    +++ b/arch/nios2/include/uapi/asm/setup.h
    @@ -0,0 +1,6 @@
    +#ifndef _UAPI_ASM_NIOS2_SETUP_H
    +#define _UAPI_ASM_NIOS2_SETUP_H
    +
    +#include <asm-generic/setup.h>
    +
    +#endif /* _UAPI_ASM_NIOS2_SETUP_H */
    --
    2.8.1
    \
     
     \ /
      Last update: 2017-01-06 10:46    [W:4.138 / U:0.264 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site