eal/bsd: fix build
authorJeff Guo <jia.guo@intel.com>
Tue, 16 Oct 2018 11:41:00 +0000 (19:41 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Oct 2018 12:54:25 +0000 (14:54 +0200)
commitc89fdd8da2f076cd0ec698707162da15f2a93e17
tree302e2202b59ce61da63d4267db5d9cc3d45afdda
parentcda94419964ff5874f84b2564cb904f2d16d58c6
eal/bsd: fix build

When compiling on FreeBSD, a warning/error is thrown for
unused parameter. This patch aim to fix the issue by delete
the useless func definition.

Fixes: 89ecd110524d ("eal: modify device event process function")

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/bsdapp/eal/eal_dev.c