Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Remove a comment-out-ed and no-need line.
details: https://anonhg.NetBSD.org/src/rev/8142f74354c0
branches: trunk
changeset: 818249:8142f74354c0
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Oct 04 15:32:02 2016 +0000
description:
Remove a comment-out-ed and no-need line.
diffstat:
sys/arch/arm/omap/omap2_nand.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f30a80a796b5 -r 8142f74354c0 sys/arch/arm/omap/omap2_nand.c
--- a/sys/arch/arm/omap/omap2_nand.c Tue Oct 04 15:23:40 2016 +0000
+++ b/sys/arch/arm/omap/omap2_nand.c Tue Oct 04 15:32:02 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap2_nand.c,v 1.5 2012/10/27 17:17:40 chs Exp $ */
+/* $NetBSD: omap2_nand.c,v 1.6 2016/10/04 15:32:02 kiyohara Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap2_nand.c,v 1.5 2012/10/27 17:17:40 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap2_nand.c,v 1.6 2016/10/04 15:32:02 kiyohara Exp $");
#include "opt_omap.h"
#include "opt_flash.h"
@@ -209,7 +209,6 @@
sc->sc_dev = self;
sc->sc_cs = gpmc->gpmc_cs;
-// cs_offset = GPMC_BASE + GPMC_CONFIG1_0 + sc->sc_cs * GPMC_CS_SIZE;
cs_offset = GPMC_CS_CONFIG_BASE(sc->sc_cs);
/* map i/o space */
Home |
Main Index |
Thread Index |
Old Index