BB: lantiq:
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.10 / 0154-fix-rtlx-build-error.patch
1 From b90b3802624e1f2a509f3e9f39775d94ec4762d7 Mon Sep 17 00:00:00 2001
2 From: Ralf Baechle <ralf@linux-mips.org>
3 Date: Fri, 21 Jun 2013 18:07:03 +0200
4 Subject: [PATCH] MIPS: Fix rtlx build error.
5
6 ---
7 arch/mips/kernel/rtlx.c | 1 -
8 1 files changed, 0 insertions(+), 1 deletions(-)
9
10 diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
11 index 6fa198d..d763f11 100644
12 --- a/arch/mips/kernel/rtlx.c
13 +++ b/arch/mips/kernel/rtlx.c
14 @@ -437,7 +437,6 @@
15 size_t count, loff_t * ppos)
16 {
17 int minor = iminor(file_inode(file));
18 - struct rtlx_channel *rt = &rtlx->channel[minor];
19
20 /* any space left... */
21 if (!rtlx_write_poll(minor)) {
22
23 --
24 Gitblit v1.3.1