pci: sata_sil: Drop DM_PCI checks
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:37 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Aug 2021 12:21:03 +0000 (08:21 -0400)
commit6b4a2a5c865f649eaaaad24068f63ef80ef5ad97
treee5fdcc13d3c566ff077a38b9187d48f83b142429
parentebacc78e3e5c77e98216ebfe45012f7e632c2786
pci: sata_sil: Drop DM_PCI checks

We don't need these checks anymore since when PCI is enabled, driver model
is always used.

Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/sata_sil.c
drivers/ata/sata_sil.h