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:
parent
939f1d8f5f
commit
9786eaf3d0
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user