commit ebb945a94bba ("drm/nouveau: port all engines to new engine module format") introduced a TODO to nouveau_chan.h, stating that an unspecified rework would take place in the "near future".
Almost 13 years have passed since this "near future", so it can be safely assumed that the TODO is not needed anymore. Besides, its content is useless anyways since it does not specify *what* should have been done. Remove the TODO. Signed-off-by: Philipp Stanner <pha...@kernel.org> --- drivers/gpu/drm/nouveau/nouveau_chan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.h b/drivers/gpu/drm/nouveau/nouveau_chan.h index 016f668c0bc1..3b73ec91c4ff 100644 --- a/drivers/gpu/drm/nouveau/nouveau_chan.h +++ b/drivers/gpu/drm/nouveau/nouveau_chan.h @@ -33,7 +33,6 @@ struct nouveau_channel { u64 addr; } push; - /* TODO: this will be reworked in the near future */ bool accel_done; void *fence; struct { -- 2.48.1