Commit b7c8e1f
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
The function hrtimer_hres_active() are defined in the hrtimer.c file, but
not called elsewhere, so rename __hrtimer_hres_active() to
hrtimer_hres_active() and remove the old hrtimer_hres_active() function.
kernel/time/hrtimer.c:653:19: warning: unused function 'hrtimer_hres_active'.
Fixes: 82ccdf0 ("hrtimer: Remove unused function")
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Anna-Maria Behnsen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=87781 parent e84c600 commit b7c8e1f
1 file changed
+8
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | 653 | | |
659 | 654 | | |
660 | 655 | | |
| |||
678 | 673 | | |
679 | 674 | | |
680 | 675 | | |
681 | | - | |
| 676 | + | |
682 | 677 | | |
683 | 678 | | |
684 | 679 | | |
| |||
789 | 784 | | |
790 | 785 | | |
791 | 786 | | |
792 | | - | |
| 787 | + | |
793 | 788 | | |
794 | 789 | | |
795 | 790 | | |
796 | 791 | | |
797 | | - | |
| 792 | + | |
798 | 793 | | |
799 | 794 | | |
800 | 795 | | |
| |||
951 | 946 | | |
952 | 947 | | |
953 | 948 | | |
954 | | - | |
| 949 | + | |
955 | 950 | | |
956 | 951 | | |
957 | 952 | | |
| |||
1491 | 1486 | | |
1492 | 1487 | | |
1493 | 1488 | | |
1494 | | - | |
| 1489 | + | |
1495 | 1490 | | |
1496 | 1491 | | |
1497 | 1492 | | |
| |||
1514 | 1509 | | |
1515 | 1510 | | |
1516 | 1511 | | |
1517 | | - | |
| 1512 | + | |
1518 | 1513 | | |
1519 | 1514 | | |
1520 | 1515 | | |
| |||
1886 | 1881 | | |
1887 | 1882 | | |
1888 | 1883 | | |
1889 | | - | |
| 1884 | + | |
1890 | 1885 | | |
1891 | 1886 | | |
1892 | 1887 | | |
| |||
0 commit comments