]> git.hungrycats.org Git - linux/commitdiff
[PATCH] pmdisk.c needs utsname.h
authorAndrew Morton <akpm@osdl.org>
Wed, 28 Jan 2004 07:54:38 +0000 (23:54 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 28 Jan 2004 07:54:38 +0000 (23:54 -0800)
From: Torsten Duwe <duwe@suse.de>

pmdisk.c uses struct new_utsname, so give it the header.

kernel/power/pmdisk.c

index 449d3e57cfdb07060ca368ea831282dbb2cce477..ef35bd28505def68e66b6baabda71988d02bf17e 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/device.h>
 #include <linux/swapops.h>
 #include <linux/bootmem.h>
+#include <linux/utsname.h>
 
 #include <asm/mmu_context.h>