> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Thomas Monjalon > Sent: Sunday, May 27, 2018 11:25 PM > To: Trahe, Fiona <[email protected]> > Cc: [email protected] > Subject: [dpdk-dev] [PATCH] compressdev: fix export of unknown symbols > > The *_callback_* functions are not implemented, so they are removed from the > export map file. > > Fixes: ed7dd94f7f66 ("compressdev: add basic device management") > > Signed-off-by: Thomas Monjalon <[email protected]>
Thanks for spotting this, we removed these functions and forgot to take them out from the map file. Acked-by: Pablo de Lara <[email protected]>

