aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_pll.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-23 00:10:35 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-23 08:32:58 -0500
commit218366690f0e29bf88bd6e73863f75510191406e (patch)
tree9dc42f6db63141a658758de95b403352065ac2e9 /sim/bfin/dv-bfin_pll.c
parent600ddfd55a062350860636d1ed3fb10cb9fdf524 (diff)
downloadgdb-218366690f0e29bf88bd6e73863f75510191406e.zip
gdb-218366690f0e29bf88bd6e73863f75510191406e.tar.gz
gdb-218366690f0e29bf88bd6e73863f75510191406e.tar.bz2
sim: bfin: move arch-specific settings to internal header
There's no need for these settings to be in sim-main.h which is shared with common/ sim code, so drop the bfin.h include and move the remaining bfin-specific settings into it.
Diffstat (limited to 'sim/bfin/dv-bfin_pll.c')
-rw-r--r--sim/bfin/dv-bfin_pll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_pll.c b/sim/bfin/dv-bfin_pll.c
index 97b9dc1..dc6627a 100644
--- a/sim/bfin/dv-bfin_pll.c
+++ b/sim/bfin/dv-bfin_pll.c
@@ -22,7 +22,6 @@
#include "defs.h"
#include "sim-main.h"
-#include "machs.h"
#include "devices.h"
#include "dv-bfin_pll.h"