diff options
| author | Tom Rini <[email protected]> | 2026-08-06 14:11:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-08-06 19:36:40 -0600 |
| commit | 482f9d63b504ba9d33dbfbd6610801d8386c9b13 (patch) | |
| tree | a0ea4cd16bbae06b70eda00753fb20f8246f7c39 /include | |
| parent | 8fac9697048dc01fe77c7511a9ce0b76cbd2715b (diff) | |
| parent | d9ce7ed30571ae01cdcb5fdfd2991e4a7be93c9f (diff) | |
Merge tag 'u-boot-watchdog-20260803' of https://git.u-boot-project.org/u-boot/custodians/u-boot-watchdog
CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-watchdog/-/pipelines/867
u-boot-watchdog changes 2026-08-03:
- cyclic: get rid of cyclic_get_list() helper (Rasmus)
- cyclic: return early from cyclic_run() if the list is empty (Rasmus)
- watchdog: ast2600: add AST2700 support (Ryan)
Diffstat (limited to 'include')
| -rw-r--r-- | include/cyclic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/cyclic.h b/include/cyclic.h index df8b725e3d0..ec2c53b6ecf 100644 --- a/include/cyclic.h +++ b/include/cyclic.h @@ -78,15 +78,6 @@ void cyclic_unregister(struct cyclic_info *cyclic); */ int cyclic_unregister_all(void); -/** - * cyclic_get_list() - Get cyclic list pointer - * - * Return the cyclic list pointer - * - * @return: pointer to cyclic_list - */ -struct hlist_head *cyclic_get_list(void); - #else static inline void cyclic_register(struct cyclic_info *cyclic, cyclic_func_t func, |
