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>
This commit is contained in:
Nico Huber
2018-05-15 14:07:51 +02:00
committed by Patrick Georgi
parent 7094f4ea61
commit 9129f1aae9
3 changed files with 1 additions and 69 deletions

View File

@@ -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 */