Date: Fri, 8 Nov 2019 20:14:37 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354561 - head/sys/arm/broadcom/bcm2835 Message-ID: <201911082014.xA8KEbVU039402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Fri Nov 8 20:14:36 2019 New Revision: 354561 URL: https://svnweb.freebsd.org/changeset/base/354561 Log: bcm2835_sdhci: remove unused power_id field This was once set, but I removed it by the time I committed it because both configurations use the same POWER_ID. This can be separated back out if the situation changes. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c ============================================================================== --- head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Fri Nov 8 20:12:57 2019 (r354560) +++ head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Fri Nov 8 20:14:36 2019 (r354561) @@ -91,7 +91,6 @@ struct bcm_mmc_conf { int clock_id; int clock_src; int default_freq; - int power_id; int quirks; bool use_dma; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911082014.xA8KEbVU039402>