Changeset 48f8a98f in rtems


Ignore:
Timestamp:
10/12/14 18:58:23 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
40716bf
Parents:
459ddfc0
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 18:58:23)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:29)
Message:

sparc64/shared/clock/ckinit.c: Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc64/shared/clock/ckinit.c

    r459ddfc0 r48f8a98f  
    4747}
    4848
    49 void Clock_driver_support_at_tick(void)
     49static void Clock_driver_support_at_tick(void)
    5050{
    5151  uint64_t tick_reg;
     
    8686  } while ( 0 )
    8787
    88 void Clock_driver_support_initialize_hardware(void)
     88static void Clock_driver_support_initialize_hardware(void)
    8989{
    9090  uint64_t tick_reg;
Note: See TracChangeset for help on using the changeset viewer.