aboutsummaryrefslogtreecommitdiff
path: root/include/odp/arch/mips64-linux/odp/api/abi/crypto.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-01-21 12:03:19 +0200
committerMatias Elo <matias.elo@nokia.com>2022-01-28 15:04:41 +0200
commitab18a41d2b1ae58bb0294050fddc03ac18155e7d (patch)
tree291a7d476b1787c2e5a8da74ac1d8abcf1819d01 /include/odp/arch/mips64-linux/odp/api/abi/crypto.h
parentd01f286ed91e039c87044a0dcb9648bbcddb4268 (diff)
arch: remove mips64 architecture support
MIPS architecture is not used anymore by any relevant HW platforms and the development of the architecture has ceased. Remove mips64 architecture specific files to ease codebase maintenance. MIPS devices may still use ODP by utilizing the generic default architecture. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'include/odp/arch/mips64-linux/odp/api/abi/crypto.h')
-rw-r--r--include/odp/arch/mips64-linux/odp/api/abi/crypto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/odp/arch/mips64-linux/odp/api/abi/crypto.h b/include/odp/arch/mips64-linux/odp/api/abi/crypto.h
deleted file mode 100644
index 386384285..000000000
--- a/include/odp/arch/mips64-linux/odp/api/abi/crypto.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Copyright (c) 2017-2018, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include <odp/api/abi-default/crypto.h>