From: Nigel Cunningham <nigel@nigel.suspend2.net>
To: "Linux-pm mailing list" <uclinux-v850@lsi.nec.co.jp>,
LKML <linux-kernel@vger.kernel.org>, Rafael Wysocki <rjw@sisk.pl>
Subject: Fwd: [Suspend2-devel] [patch] 2.2.10.3 build fixes
Date: Sun, 30 Sep 2007 21:44:08 +1000 [thread overview]
Message-ID: <200709302144.08688.nigel@nigel.suspend2.net> (raw)
Hi Rafael et al.
This looks like it will be vanilla material, maybe 2.6.23 material?
Regards,
Nigel
---------- Forwarded Message ----------
Subject: [Suspend2-devel] [patch] 2.2.10.3 build fixes
Date: Sunday 30 September 2007
From: "Roman Dubtsov" (dubtsov gmail com)
Hi,
I have recently run into build issue with 2.6.22 and tuxonice
2.2.10.3. When building custom kernel with make-kpkg the process
failed with the message saying: "fs.h requires linux/freezer.h, which
does not exist in exported headers". Here's quick-n-dirty patch which
fixes this. Hope it is usefull.
--- 2.6.22-toi/include/linux/Kbuild.orig 2007-09-30 01:21:30.000000000 +0700
+++ 2.6.22-toi/include/linux/Kbuild 2007-09-29 23:52:52.000000000 +0700
@@ -202,6 +202,7 @@ unifdef-y += filter.h
unifdef-y += flat.h
unifdef-y += futex.h
unifdef-y += fs.h
+unifdef-y += freezer.h
unifdef-y += gameport.h
unifdef-y += generic_serial.h
unifdef-y += genhd.h
next reply other threads:[~2007-09-30 11:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-30 11:44 Nigel Cunningham [this message]
2007-09-30 19:56 ` Fwd: [Suspend2-devel] [patch] 2.2.10.3 build fixes Rafael J. Wysocki
2007-09-30 21:43 ` Nigel Cunningham
2007-09-30 22:28 ` Rafael J. Wysocki
2007-10-02 0:17 ` Nigel Cunningham
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200709302144.08688.nigel@nigel.suspend2.net \
--to=nigel@nigel.suspend2.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nigel@suspend2.net \
--cc=rjw@sisk.pl \
--cc=uclinux-v850@lsi.nec.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.