All of lore.kernel.org
 help / color / mirror / Atom feed
From: Genady Okrain <mafteah@gmail.com>
To: Linux-Kernel <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>
Subject: [PATCH] 2.6.8.1-mm3 fix nvidia to compile
Date: Fri, 20 Aug 2004 19:32:58 +0300	[thread overview]
Message-ID: <30a4d01b0408200932fa581cb@mail.gmail.com> (raw)

Here is the patch to make nvidia to compile.
Maybe you have other ways but that fixed my nvidia :)


Have fun

--- linux/include/linux/pm.h~   2004-08-20 19:23:04.844231272 +0300
+++ linux/include/linux/pm.h    2004-08-20 19:23:34.778680544 +0300
@@ -36,6 +36,7 @@
 {
        PM_SUSPEND, /* enter D1-D3 */
        PM_RESUME,  /* enter D0 */
+       PM_SAVE_STATE,  /* save device's state */
 } pm_request_t;
 
 /*

-- 
Genady Okrain AKA Mafteah

                 reply	other threads:[~2004-08-20 16:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=30a4d01b0408200932fa581cb@mail.gmail.com \
    --to=mafteah@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.