Define at91_master_clock in only one file to eliminate warnings about

it multiply defined commons.
This commit is contained in:
Warner Losh 2014-08-17 16:53:14 +00:00
parent 8f5f93be3a
commit 7945ebfd6c

View File

@ -117,7 +117,7 @@ extern struct bus_space at91_bs_tag;
struct pv_addr kernel_pt_table[NUM_KERNEL_PTS];
uint32_t at91_master_clock;
extern uint32_t at91_master_clock;
/* Static device mappings. */
const struct arm_devmap_entry at91_devmap[] = {