diff options
| author | Jerome Forissier <[email protected]> | 2025-04-04 15:50:37 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-14 08:59:39 -0600 |
| commit | bbee3d41b33f5b8c88ae3707dc8af105acafdd55 (patch) | |
| tree | 95ed80e2804b5cdfb4930980484e5a6152f68c66 /lib/Makefile | |
| parent | 6c171f7a184cc2815b736c48aa6ac02367bbb67f (diff) | |
initcall: remove initcall_run_list()
Now that all initcalls have been converted to static calls, remove
initcall_run_list().
Signed-off-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index a30ce1595d5..072bd933843 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -43,7 +43,6 @@ endif obj-$(CONFIG_SMBIOS_PARSER) += smbios-parser.o obj-$(CONFIG_IMAGE_SPARSE) += image-sparse.o -obj-y += initcall.o obj-y += ldiv.o obj-$(CONFIG_XXHASH) += xxhash.o obj-y += net_utils.o |
