Remove a comment-out-ed and no-need line.

This commit is contained in:
kiyohara 2016-10-04 15:32:02 +00:00
parent 31e123c2b8
commit ba0dc0164e

View File

@ -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 @@ omap2_nand_attach(device_t parent, device_t self, void *aux)
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 */