coreboot/src
Angel Pons b6519812d4 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>
2022-01-01 19:17:08 +00:00
..
acpi src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
arch src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
commonlib commonlib: Add new TS for CSE firmware Sync 2021-12-20 17:51:27 +00:00
console src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device pci_device.c: Don't guard pci_dev_disable_bus_master() 2022-01-01 19:17:08 +00:00
drivers src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
ec ec/smsc/mec1308/acpi: Replace LNot() with ASL 2.0 syntax 2022-01-01 14:25:54 +00:00
include src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
lib ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
mainboard mb/google/rambi: Select board-specific options per board 2022-01-01 18:03:25 +00:00
northbridge src: Use 'stdint.h' when appropriate 2022-01-01 14:58:44 +00:00
security src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
soc src: Use 'stdint.h' when appropriate 2022-01-01 14:58:44 +00:00
southbridge src: Use 'stdint.h' when appropriate 2022-01-01 14:58:44 +00:00
superio superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntax 2022-01-01 14:25:39 +00:00
vendorcode vendorcode/intel/fsp/elkhartlake: Drop obsolete headers 2022-01-01 14:28:10 +00:00
Kconfig Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set 2021-11-13 00:20:11 +00:00