linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: linux-serial@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	uclinux-dist-devel@blackfin.uclinux.org
Subject: [PATCH 11/13] serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines
Date: Tue,  9 Mar 2010 12:25:38 -0500	[thread overview]
Message-ID: <1268155540-8241-12-git-send-email-vapier@gentoo.org> (raw)
In-Reply-To: <1268155540-8241-1-git-send-email-vapier@gentoo.org>

Now that the SPORT MMR defines have been unified, switch over to it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 drivers/serial/bfin_sport_uart.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/bfin_sport_uart.c b/drivers/serial/bfin_sport_uart.c
index 9d777e4..840faf5 100644
--- a/drivers/serial/bfin_sport_uart.c
+++ b/drivers/serial/bfin_sport_uart.c
@@ -33,6 +33,7 @@
 #include <linux/tty_flip.h>
 #include <linux/serial_core.h>
 
+#include <asm/bfin_sport.h>
 #include <asm/delay.h>
 #include <asm/portmux.h>
 
-- 
1.7.0.2


      parent reply	other threads:[~2010-03-09 17:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-09 17:25 [PATCH 00/13] Blackfin SPORT UART updates Mike Frysinger
2010-03-09 17:25 ` [PATCH 03/13] serial: bfin_sport_uart: remove unused peripheral pin lists Mike Frysinger
2010-03-09 17:25 ` [PATCH 04/13] serial: bfin_sport_uart: add missing mapbase initialization Mike Frysinger
2010-03-09 17:25 ` [PATCH 06/13] serial: bfin_sport_uart: add support for CTS/RTS via GPIOs Mike Frysinger
     [not found] ` <1268155540-8241-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2010-03-09 17:25   ` [PATCH 01/13] serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read atomic) Mike Frysinger
2010-03-09 17:25   ` [PATCH 02/13] serial: bfin_sport_uart: shorten the SPORT TX waiting loop Mike Frysinger
2010-03-09 17:25   ` [PATCH 05/13] serial: bfin_sport_uart: rename early platform driver class string Mike Frysinger
2010-03-09 17:25   ` [PATCH 07/13] serial: bfin_sport_uart: protect changes to uart_port Mike Frysinger
2010-03-09 17:25   ` [PATCH 08/13] serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically Mike Frysinger
2010-03-09 17:25   ` [PATCH 09/13] serial: bfin_sport_uart: drop useless status masks Mike Frysinger
2010-03-09 17:25   ` [PATCH 12/13] serial: bfin_sport_uart: drop the experimental markings Mike Frysinger
2010-03-09 17:25   ` [PATCH 13/13] serial: bfin_sport_uart: drop redundant cpu depends Mike Frysinger
2010-03-09 17:25 ` [PATCH 10/13] serial: bfin_sport_uart: only enable SPORT TX if data is to be sent Mike Frysinger
2010-03-09 17:25 ` Mike Frysinger [this message]

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=1268155540-8241-12-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).