bus/fslmc: remove unused include of error.h
authorNatanael Copa <ncopa@alpinelinux.org>
Wed, 13 Mar 2019 17:06:48 +0000 (18:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 31 Mar 2019 00:02:05 +0000 (01:02 +0100)
commit0ebe8561a1898db1fb881a9b3d2aa33822287e50
tree77410d345f520a6cbd367214e18d560d299f353b
parentc2d82896ac6d9ea02c76044a8d4a612023ccf571
bus/fslmc: remove unused include of error.h

Fixes following build error with musl libc:

In file included from drivers/bus/fslmc/qbman/qbman_debug.c:6:
drivers/bus/fslmc/qbman/include/compat.h:21:10: fatal error:
error.h: No such file or directory
 #include <error.h>
          ^~~~~~~~~

Apparently it is not used anywere in qbman so simply remove the include.

Fixes: 531b17a780dc ("bus/fslmc: add QBMAN driver to bus")
Cc: stable@dpdk.org
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
drivers/bus/fslmc/qbman/include/compat.h