svn commit: r354561 - head/sys/arm/broadcom/bcm2835
Kyle Evans
kevans at FreeBSD.org
Fri Nov 8 20:14:37 UTC 2019
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;
};
More information about the svn-src-all
mailing list