pci_device.c: Don't guard `pci_dev_disable_bus_master()`
commitb6519812d423f553c727d97bb004fbb5c55b60ae
authorAngel Pons <th3fanbus@gmail.com>
Fri, 31 Dec 2021 12:33:50 +0000 (31 13:33 +0100)
committerFelix Singer <felixsinger@posteo.net>
Sat, 1 Jan 2022 19:17:08 +0000 (1 19:17 +0000)
tree0851cdbbe59ec960401f18058e34e7ef5b29d63d
parent434fd4cbc1f8822de872a4e7c1a088e6c8b11668
pci_device.c: Don't guard `pci_dev_disable_bus_master()`

The `pci_dev_disable_bus_master()` function doesn't need to be guarded
with `CONFIG(PC80_SYSTEM)`, so move it out of the guard.

Change-Id: I813e0f72c3c624c73ab9ecbe7512359608ace927
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60599
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
src/device/pci_device.c