diff options
Diffstat (limited to 'rust/rust.go')
| -rw-r--r-- | rust/rust.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index 78a793de9..e1a69c047 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -274,7 +274,7 @@ func (mod *Module) KernelHeadersDecorator() bool { return false } -func (m *Module) HasLlndkStubs() bool { +func (m *Module) NeedsLlndkVariants() bool { return false } |