summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-hrtimer-getset-expires.c
blob: 951cb99b318b6c752218ed2e197e4dfea4b01100 (plain)
1
2
3
4
5
6
#include <linux/hrtimer.h>

void ____autoconf_func(struct hrtimer *t)
{
    hrtimer_set_expires(t, hrtimer_get_expires(t));
}