-----Original Message----- > Date: Tue, 16 Jan 2018 23:28:01 +0530 > From: Nipun Gupta <[email protected]> > To: [email protected] > CC: [email protected], [email protected], [email protected] > Subject: [PATCH 08/12 v3] event/dpaa: add dequeue timeout conversion support > X-Mailer: git-send-email 1.9.1 > > From: Sunil Kumar Kori <[email protected]> > > Signed-off-by: Sunil Kumar Kori <[email protected]> > Acked-by: Hemant Agrawal <[email protected]> > --- > drivers/event/dpaa/dpaa_eventdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/event/dpaa/dpaa_eventdev.c > b/drivers/event/dpaa/dpaa_eventdev.c > index 82362d5..b4b7aed 100644 > --- a/drivers/event/dpaa/dpaa_eventdev.c > +++ b/drivers/event/dpaa/dpaa_eventdev.c > @@ -361,6 +361,7 @@ > .port_release = dpaa_event_port_release, > .port_link = dpaa_event_port_link, > .port_unlink = dpaa_event_port_unlink, > + .timeout_ticks = dpaa_event_dequeue_timeout_ticks,
This patch is almost empty. Please define dpaa_event_dequeue_timeout_ticks() in this patch > }; > > static int > -- > 1.9.1 >

