| To: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Diff between Linus' and linux-mips git: trivial changes |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Mon, 20 Feb 2006 14:18:48 +0000 |
| In-reply-to: | <Pine.LNX.4.64N.0602201329100.13723@blysk.ds.pg.gda.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060219234318.GA16311@deprecation.cyrius.com> <20060219234757.GW10266@deprecation.cyrius.com> <Pine.LNX.4.64N.0602201329100.13723@blysk.ds.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11 |
[MIPS] Remove typecase from drivers/mtd/maps/lasat.c - sync with Linus tree
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
diff --git a/drivers/mtd/maps/lasat.c b/drivers/mtd/maps/lasat.c
index 2a2efaa..31d2c35 100644
--- a/drivers/mtd/maps/lasat.c
+++ b/drivers/mtd/maps/lasat.c
@@ -7,7 +7,8 @@
* modify it under the terms of the GNU General Public License version
* 2 as published by the Free Software Foundation.
*
- * $Id: lasat.c,v 1.7 2004/07/12 21:59:44 dwmw2 Exp $
+ * $Id: lasat.c,v 1.9 2004/11/04 13:24:15 gleixner Exp $
+ *
*
*/
@@ -50,7 +51,7 @@ static int __init init_lasat(void)
ENABLE_VPP((&lasat_map));
lasat_map.phys = lasat_flash_partition_start(LASAT_MTD_BOOTLOADER);
- lasat_map.virt = (unsigned long)ioremap_nocache(
+ lasat_map.virt = ioremap_nocache(
lasat_map.phys, lasat_board_info.li_flash_size);
lasat_map.size = lasat_board_info.li_flash_size;
--
Martin Michlmayr
http://www.cyrius.com/
|
| Previous by Date: | Re: Diff between Linus' and linux-mips git: trivial changes, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Diff between Linus' and linux-mips git: declance, Martin Michlmayr |
| Previous by Thread: | Re: Diff between Linus' and linux-mips git: trivial changes, Martin Michlmayr |
| Next by Thread: | Re: Diff between Linus' and linux-mips git: trivial changes, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |