drivers/gfx/nvidia: Fix build after rebase
Change-Id: Ie092df13cb50f4f1cfab6157d3e5b4876bd63146 Ref: bfb11bec3b3f ("include/device/device.h: Remove CHIP_NAME() macro") Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
60f3d71981
commit
4a2741633b
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user