target: remove needless "extern"s

Most of these happened to be in the target.h file.

Some of those are associated with symbols that could be
removed at some point ... e.g. NVP_ASSERT/true and its
sibling NVP_DEASSERT/false.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-12-08 13:06:41 -08:00
parent e7acbdf5db
commit cbea1ed71f
4 changed files with 8 additions and 24 deletions

View File

@@ -27,6 +27,8 @@
#include "image.h"
#include "arm_disassembler.h"
#include "register.h"
#include "etm_dummy.h"
#include "oocd_trace.h"
/*
@@ -613,13 +615,7 @@ static int etm_write_reg(struct reg *reg, uint32_t value)
}
/* ETM trace analysis functionality
*
*/
extern struct etm_capture_driver etm_dummy_capture_driver;
#if BUILD_OOCD_TRACE == 1
extern struct etm_capture_driver oocd_trace_capture_driver;
#endif
/* ETM trace analysis functionality */
static struct etm_capture_driver *etm_capture_drivers[] =
{