| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 3/4] MIPS: use generic serial.h |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Fri, 12 Feb 2010 21:33:56 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=loSLtQdHIcOqIe9vm12RozVzPsLRDHzKlV3orTOV+gw=; b=pFx7Kf0Jmo61cMJ8BhJFCBJtXRRgr0f1vl45heeUWRQMevdxLpZEsZ5jfBFHhTasdj 8rdXGtN0Wy58PGxRR4Z3wlCUynMdKJxctRTgQ21n5nHkb4xpFtHSAwAbDdQYH50PeSfj 0gVGOPfpyB243bHf4iPatefz6riw32ELG0gcM= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=PrtxiM1NEHocYpWQAso/h0t5UhPVMi9KmI3HCwgOgRWQAr39KHIlnWstvJt4uQGQeR IgdJIpVT/8JwW/Ltpmvx4D43LgyuuK+PiXp8TcKXhh7BaZcEgEIc+EcMiBoqVEsf7QM8 bm8IM7BF2aXRTeP+25xZJ1tSmmIhbC01pbq3g= |
| In-reply-to: | <20100212212914.f04a046b.yuasa@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20100212212759.76f1b52a.yuasa@linux-mips.org> <20100212212914.f04a046b.yuasa@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> --- arch/mips/include/asm/serial.h | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/arch/mips/include/asm/serial.h b/arch/mips/include/asm/serial.h index c07ebd8..a0cb0ca 100644 --- a/arch/mips/include/asm/serial.h +++ b/arch/mips/include/asm/serial.h @@ -1,22 +1 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 1999 by Ralf Baechle - * Copyright (C) 1999, 2000 Silicon Graphics, Inc. - */ -#ifndef _ASM_SERIAL_H -#define _ASM_SERIAL_H - - -/* - * This assumes you have a 1.8432 MHz clock for your UART. - * - * It'd be nice if someone built a serial card with a 24.576 MHz - * clock, since the 16550A is capable of handling a top speed of 1.5 - * megabits/second; but this requires the faster clock. - */ -#define BASE_BAUD (1843200 / 16) - -#endif /* _ASM_SERIAL_H */ +#include <asm-generic/serial.h> -- 1.6.6.2 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH -queue 4/4] MIPS: use generic ucontext.h, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH 4/6] MIPS: Implement Read Inhibit/eXecute Inhibit, Manuel Lauss |
| Previous by Thread: | [PATCH -queue 2/4] MIPS: use generic parport.h, Yoichi Yuasa |
| Next by Thread: | [PATCH -queue 4/4] MIPS: use generic ucontext.h, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |