Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1380a37e authored by Magnus Damm's avatar Magnus Damm Committed by Rafael J. Wysocki
Browse files

PM: Remove unused asm/suspend.h



This patch removes unused asm/suspend.h files for
the following architectures:

 alpha, arm, ia64, m68k, mips, s390, um

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 08687aec
Loading
Loading
Loading
Loading

arch/alpha/include/asm/suspend.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __ALPHA_SUSPEND_H
#define __ALPHA_SUSPEND_H

/* Dummy include. */

#endif  /* __ALPHA_SUSPEND_H */

arch/arm/include/asm/suspend.h

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
#ifndef _ASMARM_SUSPEND_H
#define _ASMARM_SUSPEND_H

#endif

arch/ia64/include/asm/suspend.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
/* dummy (must be non-empty to prevent prejudicial removal...) */

arch/m68k/include/asm/suspend.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef _M68K_SUSPEND_H
#define _M68K_SUSPEND_H

/* Dummy include. */

#endif  /* _M68K_SUSPEND_H */

arch/mips/include/asm/suspend.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __ASM_SUSPEND_H
#define __ASM_SUSPEND_H

/* Somewhen...  Maybe :-)  */

#endif /* __ASM_SUSPEND_H */
Loading