forked from Imagelibrary/rtems
Remove obsolete rtems_clock_major/minor
These global variables are obsolete since
65f71f8472.
This commit is contained in:
@@ -52,13 +52,6 @@ unsigned int Clock_basefreq;
|
||||
void Clock_exit(void);
|
||||
void Clock_isr(void *arg_unused);
|
||||
|
||||
/*
|
||||
* Major and minor number.
|
||||
*/
|
||||
|
||||
rtems_device_major_number rtems_clock_major = UINT32_MAX;
|
||||
rtems_device_minor_number rtems_clock_minor;
|
||||
|
||||
/*
|
||||
* Clock_isr
|
||||
*
|
||||
@@ -258,13 +251,6 @@ rtems_device_driver Clock_initialize(
|
||||
*/
|
||||
atexit( Clock_exit );
|
||||
|
||||
/*
|
||||
* make major/minor avail to others such as shared memory driver
|
||||
*/
|
||||
|
||||
rtems_clock_major = major;
|
||||
rtems_clock_minor = minor;
|
||||
|
||||
/*
|
||||
* If we are counting ISRs per tick, then initialize the counter.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user