All of lore.kernel.org
 help / color / mirror / Atom feed
From: H Hartley Sweeten <hartleys@visionengravers.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: greg@kroah.com, ss@aao.gov.au
Subject: [PATCH] staging/dt3155: fix build error caused by {write|read}l change
Date: Wed, 3 Mar 2010 11:24:06 -0700	[thread overview]
Message-ID: <201003031124.06345.hartleys@visionengravers.com> (raw)

This fixes a build error caused by replacing {Write | Read}MReg with 
{write | read}l.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Greg Kroah-Hartman <greg@kroah.com>
Cc: Scott Smedley <ss@aao.gov.au>

---

diff --git a/drivers/staging/dt3155/dt3155_io.c b/drivers/staging/dt3155/dt3155_io.c
index 6b9c685..3df2ec7 100644
--- a/drivers/staging/dt3155/dt3155_io.c
+++ b/drivers/staging/dt3155/dt3155_io.c
@@ -21,6 +21,7 @@
  */
 
 #include <linux/delay.h>
+#include <linux/io.h>
 #include "dt3155.h"
 #include "dt3155_io.h"
 #include "dt3155_drv.h"

             reply	other threads:[~2010-03-03 18:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 18:24 H Hartley Sweeten [this message]
2010-04-08 19:11 ` [PATCH] staging/dt3155: fix build error caused by {write|read}l change Greg KH
2010-04-08 20:38   ` H Hartley Sweeten
2010-04-08 20:46     ` Greg KH
2010-04-08 21:07       ` H Hartley Sweeten
2010-04-14  0:50       ` H Hartley Sweeten
2010-04-14  5:13         ` Greg KH

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=201003031124.06345.hartleys@visionengravers.com \
    --to=hartleys@visionengravers.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ss@aao.gov.au \
    /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.