aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bfin/devices.c')
-rw-r--r--sim/bfin/devices.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/bfin/devices.c b/sim/bfin/devices.c
index e25bd21..7dab5f1 100644
--- a/sim/bfin/devices.c
+++ b/sim/bfin/devices.c
@@ -149,14 +149,6 @@ device_io_write_buffer (device *me, const void *source, int space,
return 0;
}
-void device_error (device *me, const char *message, ...)
-{
- /* Don't bother doing anything here -- any place in common code that
- calls device_error() follows it with sim_hw_abort(). Since the
- device isn't bound to the system yet, we can't call any common
- hardware error funcs on it or we'll hit a NULL pointer. */
-}
-
unsigned int dv_get_bus_num (struct hw *me)
{
const hw_unit *unit = hw_unit_address (me);