lkml.org 
[lkml]   [2022]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/6] s390: use the asm-generic version of cpuinfo_op
    Date
    From: Conor Dooley <conor.dooley@microchip.com>

    There's little point in duplicating the declaration of cpuinfo_op now
    that there's a shared version of it, so drop it & include the generic
    header.

    Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
    ---
    arch/s390/include/asm/processor.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h
    index bd66f8e34949..48d2332a5899 100644
    --- a/arch/s390/include/asm/processor.h
    +++ b/arch/s390/include/asm/processor.h
    @@ -41,6 +41,7 @@
    #include <asm/fpu/types.h>
    #include <asm/fpu/internal.h>
    #include <asm/irqflags.h>
    +#include <asm-generic/processor.h>

    typedef long (*sys_call_ptr_t)(struct pt_regs *regs);

    @@ -80,7 +81,6 @@ void s390_adjust_jiffies(void);
    void s390_update_cpu_mhz(void);
    void cpu_detect_mhz_feature(void);

    -extern const struct seq_operations cpuinfo_op;
    extern void execve_tail(void);
    extern void __bpon(void);
    unsigned long vdso_size(void);
    --
    2.37.1
    \
     
     \ /
      Last update: 2022-08-21 13:38    [W:2.729 / U:0.096 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site