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.
This commit is contained in:
Kyle Evans 2019-11-08 20:14:36 +00:00
parent 939f1d8f5f
commit 9786eaf3d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354561

View File

@ -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;
};