diff --git a/[refs] b/[refs] index dbc222ec4e9d..56c4251cce2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6c6e640b8b258dc7f60533e81f050d15fc0a9af +refs/heads/master: 1af9892811ad3bf2abb31566bfb2ec0b5070a66a diff --git a/trunk/kernel/cpuset.c b/trunk/kernel/cpuset.c index 9d850ae13b1b..6313c38c930e 100644 --- a/trunk/kernel/cpuset.c +++ b/trunk/kernel/cpuset.c @@ -2137,7 +2137,7 @@ static int cpuset_handle_cpuhp(struct notifier_block *nb, * See also the previous routine cpuset_handle_cpuhp(). */ -void cpuset_track_online_nodes() +void cpuset_track_online_nodes(void) { common_cpu_mem_hotplug_unplug(); }