Skip to content

Commit

Permalink
drivers/gfx/nvidia: Fix build after rebase
Browse files Browse the repository at this point in the history
Change-Id: Ie092df13cb50f4f1cfab6157d3e5b4876bd63146
Ref: bfb11be ("include/device/device.h: Remove CHIP_NAME() macro")
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Feb 21, 2024
1 parent 60f3d71 commit 4a27416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gfx/nvidia/nvidia.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ static void nvidia_enable(struct device *dev)
}

struct chip_operations drivers_gfx_nvidia_ops = {
CHIP_NAME("NVIDIA Optimus Graphics Device")
.name = "NVIDIA Optimus Graphics Device",
.enable_dev = nvidia_enable
};

0 comments on commit 4a27416

Please sign in to comment.