Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
[linux/fpc-iii.git] / arch / s390 / include / asm / suspend.h
blobdc75c616eafede00cb056167ecbbd8df18933362
1 #ifndef __ASM_S390_SUSPEND_H
2 #define __ASM_S390_SUSPEND_H
4 static inline int arch_prepare_suspend(void)
6 return 0;
9 #endif