Skip to content
  • Kees Cook's avatar
    s390: cmm: Convert timers to use timer_setup() · 6cc73a06
    Kees Cook authored
    
    
    In preparation for unconditionally passing the struct timer_list pointer to
    all timer callbacks, switch to using the new timer_setup() and from_timer()
    to pass the timer pointer explicitly.
    
    Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
    Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Geert Uytterhoeven <geert@linux-m68k.org>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
    Cc: linux-s390@vger.kernel.org
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    6cc73a06