summaryrefslogtreecommitdiff
path: root/arch/arc/plat-eznps/include/plat/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/plat-eznps/include/plat/smp.h')
-rw-r--r--arch/arc/plat-eznps/include/plat/smp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arc/plat-eznps/include/plat/smp.h b/arch/arc/plat-eznps/include/plat/smp.h
deleted file mode 100644
index e433f118bdca..000000000000
--- a/arch/arc/plat-eznps/include/plat/smp.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright(c) 2015 EZchip Technologies.
- */
-
-#ifndef __PLAT_EZNPS_SMP_H
-#define __PLAT_EZNPS_SMP_H
-
-#ifdef CONFIG_SMP
-
-extern void res_service(void);
-
-#endif /* CONFIG_SMP */
-
-#endif