summaryrefslogtreecommitdiff
path: root/src/soc/marvell/mvmap2315/include/soc/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/marvell/mvmap2315/include/soc/reset.h')
-rw-r--r--src/soc/marvell/mvmap2315/include/soc/reset.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/soc/marvell/mvmap2315/include/soc/reset.h b/src/soc/marvell/mvmap2315/include/soc/reset.h
deleted file mode 100644
index 348c9083ea..0000000000
--- a/src/soc/marvell/mvmap2315/include/soc/reset.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2016 Marvell, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-#ifndef __SOC_MARVELL_MVMAP2315_RESET_H__
-#define __SOC_MARVELL_MVMAP2315_RESET_H__
-
-#include <stdint.h>
-
-void mvmap2315_reset(void);
-
-#endif /* __SOC_MARVELL_MVMAP2315_RESET_H__ */