Skip to content

Commit 017ed5e

Browse files
Dr. David Alan Gilbertdakr
authored andcommitted
drm/nouveau: remove unused struct 'init_exec'
'init_exec' is unused since commit cb75d97 ("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
1 parent b96a225 commit 017ed5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/nouveau/nouveau_bios.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
#define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg)
4444
#define LOG_OLD_VALUE(x)
4545

46-
struct init_exec {
47-
bool execute;
48-
bool repeat;
49-
};
50-
5146
static bool nv_cksum(const uint8_t *data, unsigned int length)
5247
{
5348
/*

0 commit comments

Comments
 (0)