]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/nouveau: remove unused struct 'init_exec'
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 17 May 2024 23:26:17 +0000 (00:26 +0100)
committerDanilo Krummrich <dakr@redhat.com>
Tue, 11 Jun 2024 21:20:05 +0000 (23:20 +0200)
'init_exec' is unused since
commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new
init table parser")
Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Danilo Krummrich <dakr@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240517232617.230767-1-linux@treblig.org
drivers/gpu/drm/nouveau/nouveau_bios.c

index 79cfab53f80e259093b7ae0f04310f6470a3c930..8c3c1f1e01c5855b0cf8e2fa3e4b07a2cec4eb51 100644 (file)
 #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg)
 #define LOG_OLD_VALUE(x)
 
-struct init_exec {
-       bool execute;
-       bool repeat;
-};
-
 static bool nv_cksum(const uint8_t *data, unsigned int length)
 {
        /*