From: Pekka Enberg <penberg@xxxxxxxxxxxxxx> Add include guards to <linux/freezer.h>. Cc: Pavel Machek <pavel@xxxxxx> Cc: Rafael J. Wysocki <rjw@xxxxxxx> Cc: Nigel Cunningham <nigel@xxxxxxxxxxxxxxxxxx> Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx> --- include/linux/freezer.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Index: 2.6/include/linux/freezer.h =================================================================== --- 2.6.orig/include/linux/freezer.h 2007-04-27 16:18:28.000000000 +0300 +++ 2.6/include/linux/freezer.h 2007-04-27 16:19:17.000000000 +0300 @@ -1,7 +1,10 @@ -/* Freezer declarations */ +#ifndef LINUX_FREEZER_H +#define LINUX_FREEZER_H #include <linux/sched.h> +/* Freezer declarations */ + #ifdef CONFIG_PM /* * Check if a process has been frozen @@ -88,3 +91,4 @@ static inline int try_to_freeze(void) { #endif +#endif /* LINUX_FREEZER_H */ _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm