diff options
Diffstat (limited to 'src/devices/device.c')
-rw-r--r-- | src/devices/device.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/device.c b/src/devices/device.c index c378078de2..d3f9b52cc4 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -705,7 +705,6 @@ static void avoid_fixed_resources(struct device *dev) } } -#if CONFIG_VGA_BRIDGE_SETUP device_t vga_pri = 0; static void set_vga_bridge_bits(void) { @@ -781,8 +780,6 @@ static void set_vga_bridge_bits(void) } } -#endif - /** * Assign the computed resources to the devices on the bus. * @@ -964,9 +961,7 @@ void dev_configure(void) struct device *root; struct device *child; -#if CONFIG_VGA_BRIDGE_SETUP set_vga_bridge_bits(); -#endif printk(BIOS_INFO, "Allocating resources...\n"); |