Commit dc512814 authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc

* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
  [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y
parents ef5fa1b1 a5a97112
...@@ -192,15 +192,6 @@ void do_notify_spus_active(void) ...@@ -192,15 +192,6 @@ void do_notify_spus_active(void)
mutex_unlock(&cbe_spu_info[node].list_mutex); mutex_unlock(&cbe_spu_info[node].list_mutex);
} }
} }
EXPORT_SYMBOL_GPL(do_notify_spus_active);
#ifndef MODULE
void notify_spus_active(void)
{
do_notify_spus_active();
}
EXPORT_SYMBOL_GPL(notify_spus_active);
#endif
/** /**
* spu_bind_context - bind spu context to physical spu * spu_bind_context - bind spu context to physical spu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment