summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2023-07-21 18:20:27 +0530
committerAnup Patel <[email protected]>2023-07-31 14:09:24 +0530
commitc2e602707dc0f915e96b8726d63d569cbb6724b4 (patch)
treefb0e0bdb53eb9af5e09cad136be8ffd55ebdec71 /include
parent4a344a9b4cc89f64ab5326f428696e15bc2fcdba (diff)
lib: utils/reset: Remove SiFive Test reset driver
The functionality of SiFive Test reset driver is easily available through Syscon reset driver so let us remove the SiFive Test driver. Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/sbi_utils/sys/sifive_test.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/sbi_utils/sys/sifive_test.h b/include/sbi_utils/sys/sifive_test.h
deleted file mode 100644
index 0a09499d..00000000
--- a/include/sbi_utils/sys/sifive_test.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * SPDX-License-Identifier: BSD-3-Clause
- *
- * Copyright (c) 2020 Western Digital Corporation or its affiliates.
- *
- * Authors:
- * Anup Patel <[email protected]>
- */
-
-#ifndef __SYS_SIFIVE_TEST_H__
-#define __SYS_SIFIVE_TEST_H__
-
-#include <sbi/sbi_types.h>
-
-int sifive_test_init(unsigned long base);
-
-#endif