summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorOlivier Dufour2013-01-24 12:33:59 +0100
committerCyril Jourdan2013-01-31 15:42:16 +0100
commite837f1556478ebbb63ca7f938ab8903f91a4128d (patch)
tree99fbaafe978a9cf29bf39d131b807661f1d514f9 /cleopatre
parentb7fb42d48db3d18c3649ff56c4a7032078aef580 (diff)
cleo/linux/inc/asm/arch/spc300: move spc300-pm.h to common/, refs #3692
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/spc300-pm.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/spc300-pm.h b/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/spc300-pm.h
deleted file mode 100644
index a1f3448ef1..0000000000
--- a/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/spc300-pm.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * include/asm/arch/spc300-pm.h
- *
- * Copyright (C) 2012 MStar Semiconductor.
- *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
- */
-#ifndef __ASM_ARCH_SPC300_PM_H
-#define __ASM_ARCH_SPC300_PM_H
-
-void spc300_pm_request_suspend (void);
-void spc300_pm_clear_suspend (void);
-
-#endif /* __ASM_ARCH_SPC300_PM_H */