| To: | "David S. Miller" <davem@davemloft.net> |
|---|---|
| Subject: | [PATCH] NET: Korina: Don't include <asm/segment.h> |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 18 Aug 2011 21:39:28 +0100 |
| Cc: | nbd@openwrt.org, florian@openwrt.org, Al Viro <viro@zeniv.linux.org.uk> |
| Resent-date: | Thu, 18 Aug 2011 21:39:57 +0100 |
| Resent-from: | Ralf Baechle <ralf@linux-mips.org> |
| Resent-message-id: | <20110818203957.GA1866@linux-mips.org> |
| Resent-to: | linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
Korina.c is a MIPS-specific SOC driver and <asm/segment> is empty on MIPS since 2.1.7 ... Signed-off-by: Ralf Baechle <ralf@linux-mips.org> --- I have another patch to remove the MIPS <asm/segment.h> which will be unused after this patch, therefore I'd like to merge this patch through the MIPS tree. drivers/net/korina.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/korina.c b/drivers/net/korina.c index 763844c..2fc3d4a 100644 --- a/drivers/net/korina.c +++ b/drivers/net/korina.c @@ -58,7 +58,6 @@ #include <asm/system.h> #include <asm/bitops.h> #include <asm/pgtable.h> -#include <asm/segment.h> #include <asm/io.h> #include <asm/dma.h> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] MIPS: use 32-bit wrapper for compat_sys_futex, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] I2C: SiByte: Convert the driver to make use of interrupts, Matt Turner |
| Previous by Thread: | Re: [PATCH 4/4] MIPS: JZ4740: GPIO: Check correct IRQ in demux handler, Ralf Baechle |
| Next by Thread: | [PATCH] I2C: SiByte: Convert the driver to make use of interrupts, Matt Turner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |