diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/core/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/os.h b/lib/core/os.h index 79462eb2c..a00897cd5 100644 --- a/lib/core/os.h +++ b/lib/core/os.h @@ -1143,6 +1143,7 @@ clk_get_rate(struct clk *clk) struct nouveau_platform_gpu { struct clk *clk; + const struct firmware *ctxsw_fw; }; struct nouveau_platform_device { |