Remove member no longer used by the scheduler core.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: "Rob Herring (Arm)" <[email protected]>
Cc: Tomeu Vizoso <[email protected]>
Cc: Oded Gabbay <[email protected]>
---
 drivers/accel/ethosu/ethosu_job.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/accel/ethosu/ethosu_job.c 
b/drivers/accel/ethosu/ethosu_job.c
index 26e7a2f64d71..038aae6714ad 100644
--- a/drivers/accel/ethosu/ethosu_job.c
+++ b/drivers/accel/ethosu/ethosu_job.c
@@ -290,7 +290,6 @@ int ethosu_job_init(struct ethosu_device *edev)
        struct device *dev = edev->base.dev;
        struct drm_sched_init_args args = {
                .ops = &ethosu_sched_ops,
-               .num_rqs = DRM_SCHED_PRIORITY_COUNT,
                .credit_limit = 1,
                .timeout = msecs_to_jiffies(JOB_TIMEOUT_MS),
                .name = dev_name(dev),
-- 
2.51.1

Reply via email to