mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ata: sata_sil: Remove useless BLK guard in sata_sil.h
Now that the driver only supports CONFIG_BLK, remove the useless guard in sata_sil.h. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
aca1f6789a
commit
9836c43309
1 changed files with 0 additions and 2 deletions
|
@ -212,12 +212,10 @@ enum {
|
|||
CMD_ERR = 0x21,
|
||||
};
|
||||
|
||||
#if CONFIG_IS_ENABLED(BLK)
|
||||
#define ATA_MAX_PORTS 32
|
||||
struct sil_sata_priv {
|
||||
int port_num;
|
||||
struct sil_sata *sil_sata_desc[ATA_MAX_PORTS];
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue