summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/suspend.h')
-rw-r--r--arch/hexagon/include/asm/suspend.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/hexagon/include/asm/suspend.h b/arch/hexagon/include/asm/suspend.h
new file mode 100644
index 000000000..57b1e1152
--- /dev/null
+++ b/arch/hexagon/include/asm/suspend.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
+ */
+
+#ifndef _ASM_SUSPEND_H
+#define _ASM_SUSPEND_H
+
+static inline int arch_prepare_suspend(void)
+{
+ return 0;
+}
+
+#endif