mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Align struct sdhci_slot MMCCAM members.
Whitespace only, no functional change. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1bfa40d227
commit
263be72371
1 changed files with 4 additions and 4 deletions
|
|
@ -413,10 +413,10 @@ struct sdhci_slot {
|
|||
#ifdef MMCCAM
|
||||
/* CAM stuff */
|
||||
union ccb *ccb;
|
||||
struct cam_devq *devq;
|
||||
struct cam_sim *sim;
|
||||
struct mtx sim_mtx;
|
||||
u_char card_present; /* XXX Maybe derive this from elsewhere? */
|
||||
struct cam_devq *devq;
|
||||
struct cam_sim *sim;
|
||||
struct mtx sim_mtx;
|
||||
u_char card_present; /* XXX Maybe derive this from elsewhere? */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue