watchdog: rn5t618: Simplify using devm_watchdog_register_device()
Uwe Kleine-König authored

This allows to drop the .remove() function as it only exists to
unregister the watchdog device which is now done in a callback
registered by devm_watchdog_register_device().
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230307070404.2256308-3-u.kleine-koenig@pengutronix.de

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
4095b94d
Name Last commit Last update
Documentation Merge tag 'tty-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block block: don't set GD_NEED_PART_SCAN if scan partition failed
certs Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto asymmetric_keys: log on fatal failures in PE/pkcs7
drivers watchdog: rn5t618: Simplify using devm_watchdog_register_device()
fs Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
include Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
init bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=y
io_uring Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib maple_tree: fix a potential concurrency bug in RCU mode
mm mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
net Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
rust Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux
samples Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
scripts Merge tag 'kbuild-fixes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security keys: Do not cache key in task struct if key is requested from kernel thread
sound ALSA: hda/hdmi: Preserve the previous PCM device upon re-enablement
tools Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
.clang-format cpumask: re-introduce constant-sized cpumask optimizations
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.