public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
	Andi Kleen <andi@firstfloor.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [patch] asm-x86/msr.h: pull in linux/types.h
Date: Tue, 1 Jan 2008 20:08:52 -0500	[thread overview]
Message-ID: <200801012008.53275.vapier@gentoo.org> (raw)

Forgot to mention this before, but since the msr.h header uses types like
__u32, it should pull in linux/types.h.

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
---
diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h
index ba4b314..beea1bf 100644
--- a/include/asm-x86/msr.h
+++ b/include/asm-x86/msr.h
@@ -2,6 +2,7 @@
 #define __ASM_X86_MSR_H_
 
 #include <asm/msr-index.h>
+#include <linux/types.h>
 
 #ifdef __i386__
 

             reply	other threads:[~2008-01-02  1:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-02  1:08 Mike Frysinger [this message]
2008-01-02 11:48 ` [patch] asm-x86/msr.h: pull in linux/types.h Ingo Molnar
2008-01-02 13:37   ` Mike Frysinger
2008-01-02 16:07     ` Ingo Molnar

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=200801012008.53275.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=andi@firstfloor.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox