[PATCH] kernel/pm.c requires <linux/init.h>

Russell King (rmk@arm.linux.org.uk)
Sun, 23 Feb 2003 15:20:18 +0000


This patch appears not to be in 2.5.62, but applies cleanly.

Subject: kernel/pm.c requires <linux/init.h>

kernel/pm.c | 2 +-
1 files changed, 1 insertion, 1 deletion

--- orig/kernel/pm.c Sun Feb 16 11:46:30 2003
+++ linux/kernel/pm.c Sat Feb 15 15:46:59 2003
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
+#include <linux/init.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/mm.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/