X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fcpumask.c;h=bb4f76d3c3e7cd327488006e4878296d58fe1167;hb=299133cf739c8e5aca4ee7dff3c5673f380f5c2e;hp=1ea2c184315d12bb8c5c46674c28a53ab16815a1;hpb=9333907084da2b05db787dba3e714d0be7c84f36;p=mv-sheeva.git diff --git a/lib/cpumask.c b/lib/cpumask.c index 1ea2c184315..bb4f76d3c3e 100644 --- a/lib/cpumask.c +++ b/lib/cpumask.c @@ -15,9 +15,6 @@ int __next_cpu(int n, const cpumask_t *srcp) } EXPORT_SYMBOL(__next_cpu); -int nr_cpu_ids; -EXPORT_SYMBOL(nr_cpu_ids); - int __any_online_cpu(const cpumask_t *mask) { int cpu;