mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
drm/nouveau: remove unused struct 'init_exec'
'init_exec' is unused since
commit cb75d97e9c
("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
This commit is contained in:
parent
b96a225377
commit
017ed5e70c
@ -43,11 +43,6 @@
|
||||
#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)
|
||||
{
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user