All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Travis <travis@sgi.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>, Ingo Molnar <mingo@elte.hu>
Cc: Jack Steiner <steiner@sgi.com>, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
Date: Thu, 30 Oct 2008 11:33:19 -0700	[thread overview]
Message-ID: <4909FDEF.2050803@sgi.com> (raw)

Subject: SGI x86 UV: Fix compile error in uv_hub.h

Fix compile errors of files that include asm/uv/uv_hub.h but do
not include linux/timer.h.

Based on linux-next.

Signed-of-by: Mike Travis <travis@sgi.com>
---
 arch/x86/include/asm/uv/uv_hub.h |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6-next.orig/arch/x86/include/asm/uv/uv_hub.h
+++ linux-2.6-next/arch/x86/include/asm/uv/uv_hub.h
@@ -13,6 +13,7 @@
 
 #include <linux/numa.h>
 #include <linux/percpu.h>
+#include <linux/timer.h>
 #include <asm/types.h>
 #include <asm/percpu.h>
 

             reply	other threads:[~2008-10-30 18:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-30 18:33 Mike Travis [this message]
2008-10-30 18:39 ` [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h Ingo Molnar
2008-10-30 20:02   ` Mike Travis

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=4909FDEF.2050803@sgi.com \
    --to=travis@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=sfr@canb.auug.org.au \
    --cc=steiner@sgi.com \
    /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.