sim: bfin: include devices.h to fix build warnings
authorMike Frysinger <vapier@gentoo.org>
Sat, 31 Mar 2012 18:44:43 +0000 (18:44 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 31 Mar 2012 18:44:43 +0000 (18:44 +0000)
commita4a66f71328fe2cd216cbc1e99285de28bbaed1e
treea6f34e79b1e94cc1bce5e7086885363408a73b74
parent3a4ae681237c26ac55603f3a92c92fd748108cd2
sim: bfin: include devices.h to fix build warnings

The place where these funcs get defined do not include the header that
declares their prototypes.  Add that to fix -Wmissing-prototypes:

devices.c:59:1: warning: no previous prototype for 'dv_bfin_mmr_invalid'
devices.c:66:1: warning: no previous prototype for 'dv_bfin_mmr_require'
devices.c:99:1: warning: no previous prototype for 'dv_bfin_mmr_check'
devices.c:159:14: warning: no previous prototype for 'dv_get_bus_num'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/bfin/ChangeLog
sim/bfin/devices.c