diff options
| author | Greg Kroah-Hartman <[email protected]> | 2025-06-23 05:53:36 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-06-23 05:53:36 +0000 |
| commit | 63dafeb392139b893a73b6331f347613f0929702 (patch) | |
| tree | 44f928364b4e48c44b1ffe61d1578535de2a657a /rust/helpers/helpers.c | |
| parent | driver core: Add device_link_test() for testing device link flags (diff) | |
| parent | Linux 6.16-rc3 (diff) | |
| download | kernel-63dafeb392139b893a73b6331f347613f0929702.tar.gz kernel-63dafeb392139b893a73b6331f347613f0929702.zip | |
Merge 6.16-rc3 into driver-core-next
We need the driver-core fixes that are in 6.16-rc3 into here as well
to build on top of.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'rust/helpers/helpers.c')
| -rw-r--r-- | rust/helpers/helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index ed00695af971..393ad201befb 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -13,6 +13,8 @@ #include "build_assert.c" #include "build_bug.c" #include "clk.c" +#include "completion.c" +#include "cpu.c" #include "cpufreq.c" #include "cpumask.c" #include "cred.c" |
