summaryrefslogtreecommitdiffstats
path: root/src/device/device.c
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2018-05-15 14:07:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-24 12:17:51 +0000
commit9129f1aae9dcd669dfd9a0502d7884261fa324e9 (patch)
tree27d23e85bb83f79de8a88fd1f8ad64b469491452 /src/device/device.c
parent7094f4ea61a26dec4b47c0f30a8100e0887be420 (diff)
downloadcoreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.tar.gz
coreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.tar.bz2
coreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.zip
device: Always build device_simple.c for less code duplication
Change-Id: Iec0a11d67d7641996f26b3a01352be762006ebb6 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/26292 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/device/device.c')
-rw-r--r--src/device/device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/device.c b/src/device/device.c
index 5b4c26475283..79dceaaf4f5f 100644
--- a/src/device/device.c
+++ b/src/device/device.c
@@ -51,8 +51,6 @@
#endif
#include <timer.h>
-/** Linked list of ALL devices */
-struct device *all_devices = &dev_root;
/** Pointer to the last device */
extern struct device *last_dev;
/** Linked list of free resources */