commit | 74eb04512f2906d624d4fd488b77b0f6d48e0548 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:25 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 13 18:23:13 2021 -0400 |
tree | 6f17acbc81284c5103c9a7f35b427e39cae0b139 | |
parent | fde8b765c99cdc96442e5c156553b31c204d4dbb [diff] |
pci: acpi: Drop DM_PCI check from ahci 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>