History log of /linux-master/arch/um/drivers/harddog_user_exp.c
Revision Date Author Comments
# 73a23d77 25-Apr-2023 Johannes Berg <johannes.berg@intel.com>

um: harddog: fix modular build

Since we no longer (want to) export any libc symbols the
_user portions of any drivers need to be built into image
rather than the module. I missed this for the watchdog.
Fix the watchdog accordingly.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>