From: Natanael Copa Date: Wed, 13 Mar 2019 17:06:48 +0000 (+0100) Subject: bus/fslmc: remove unused include of error.h X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0ebe8561a1898db1fb881a9b3d2aa33822287e50;p=dpdk.git 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 ^~~~~~~~~ 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 --- diff --git a/drivers/bus/fslmc/qbman/include/compat.h b/drivers/bus/fslmc/qbman/include/compat.h index 655bff4b6b..e85a90ce7a 100644 --- a/drivers/bus/fslmc/qbman/include/compat.h +++ b/drivers/bus/fslmc/qbman/include/compat.h @@ -17,7 +17,6 @@ #include #include #include -#include #include #include