]> www.infradead.org Git - users/jedix/linux-maple.git/commit
watchdog: bd96801_wdt: Add missing include for FIELD_*()
authorMatti Vaittinen <mazziesaccount@gmail.com>
Mon, 1 Jul 2024 07:56:49 +0000 (10:56 +0300)
committerLee Jones <lee@kernel.org>
Tue, 9 Jul 2024 09:40:02 +0000 (10:40 +0100)
commit8b6742e5b31e213412d8a5a1b745ca03c6fd8409
treea81ac3a5f3b21c647ff31b823ef602e8b9d2dd02
parent75c3d85083ff27bcaaa748cc3acf951f14d18ab6
watchdog: bd96801_wdt: Add missing include for FIELD_*()

The FIELD_PREP() and FIELD_GET() macros are defined in the
linux/bitfield.h. Include this header to avoid missing the macro
definitions.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406300817.hcJ9VtLf-lkp@intel.com/
Acked-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/ZoJhQVF-U6sSJ_Sg@fedora
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/watchdog/bd96801_wdt.c