Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic build fix



details:   https://anonhg.NetBSD.org/src/rev/9c8a263d4f24
branches:  trunk
changeset: 805347:9c8a263d4f24
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Dec 30 00:19:50 2014 +0000

description:
build fix

diffstat:

 sys/dev/ic/dwc_mmc_var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f11fdc0c2cfb -r 9c8a263d4f24 sys/dev/ic/dwc_mmc_var.h
--- a/sys/dev/ic/dwc_mmc_var.h  Mon Dec 29 23:59:52 2014 +0000
+++ b/sys/dev/ic/dwc_mmc_var.h  Tue Dec 30 00:19:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc_var.h,v 1.3 2014/12/29 23:58:25 jmcneill Exp $ */
+/* $NetBSD: dwc_mmc_var.h,v 1.4 2014/12/30 00:19:50 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -36,7 +36,7 @@
        bus_dma_tag_t           sc_dmat;
        void                    *sc_ih;
        unsigned int            sc_clock_freq;
-       unsigned int            sc_bus_freq;
+       unsigned int            sc_clock_max;
        unsigned int            sc_fifo_depth;
        uint32_t                sc_flags;
 #define DWC_MMC_F_USE_HOLD_REG 0x0001  /* set USE_HOLD_REG with every cmd */



Home | Main Index | Thread Index | Old Index