* + lguest-build-fix.patch added to -mm tree
@ 2007-10-24 23:33 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2007-10-24 23:33 UTC (permalink / raw)
To: mm-commits; +Cc: jeff, jgarzik, rusty
The patch titled
lguest: build fix
has been added to the -mm tree. Its filename is
lguest-build-fix.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: lguest: build fix
From: Jeff Garzik <jeff@garzik.org>
Fix this error (i386 !SMP build)
arch/x86/lguest/boot.c: In function âlguest_initâ:
arch/x86/lguest/boot.c:1059: error: âpm_power_offâ undeclared (first use in this function)
by including linux/pm.h.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/x86/lguest/boot.c | 1 +
1 file changed, 1 insertion(+)
diff -puN arch/x86/lguest/boot.c~lguest-build-fix arch/x86/lguest/boot.c
--- a/arch/x86/lguest/boot.c~lguest-build-fix
+++ a/arch/x86/lguest/boot.c
@@ -56,6 +56,7 @@
#include <linux/lguest.h>
#include <linux/lguest_launcher.h>
#include <linux/virtio_console.h>
+#include <linux/pm.h>
#include <asm/paravirt.h>
#include <asm/param.h>
#include <asm/page.h>
_
Patches currently in -mm which might be from jeff@garzik.org are
lguest-build-fix.patch
acpi-sbs-fix-retval-warning.patch
git-jg-misc.patch
git-libata-all.patch
drivers-ata-libata-ehc-fix-printk-warning.patch
scsi-expose-an-support-to-user-space.patch
libata-expose-an-to-user-space.patch
forcedeth-power-down-phy-when-interface-is-down.patch
forcedeth-fix-mac-address-detection-on-network-card-regression-in-2623.patch
ucc_geth-fix-build-break-introduced-by-commit-09f75cd7bf13720738e6a196cc0107ce9a5bd5a0-checkpatch-fixes.patch
update-smc91x-driver-with-arm-versatile-board-info.patch
scsi-use-notifier-chain-for-asynchronous-event.patch
git-wireless.patch
mac80211-fix-warning-created-by-bit.patch
x86-fix-config_smp-warning-in-processorc.patch
x86-fix-config_smp-warning-in-processorc-fix.patch
fix-versus-precedence-in-various-places.patch
fix-versus-precedence-in-various-places-checkpatch-fixes.patch
riscom8-fix-smp-brokenness.patch
riscom8-fix-smp-brokenness-fix.patch
isdn-sc-fix-longstanding-warning.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-24 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 23:33 + lguest-build-fix.patch added to -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.