diff options
Diffstat (limited to 'drivers/gpu/nova-core/nova_core.rs')
| -rw-r--r-- | drivers/gpu/nova-core/nova_core.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nova-core/nova_core.rs b/drivers/gpu/nova-core/nova_core.rs index 9180ec9c27ef..c1121e7c64c5 100644 --- a/drivers/gpu/nova-core/nova_core.rs +++ b/drivers/gpu/nova-core/nova_core.rs @@ -15,6 +15,7 @@ mod gpu; mod gsp; mod num; mod regs; +mod sbuffer; mod vbios; pub(crate) const MODULE_NAME: &kernel::str::CStr = <LocalModule as kernel::ModuleMetadata>::NAME; |