Commit 9fe46cd9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Add some missing EXPORT_SYMBOLs

From: Anton Blanchard <anton@samba.org>

Add some missing EXPORT_SYMBOLs
parent b97e2088
......@@ -37,6 +37,12 @@
#include <asm/hvcall.h>
#include <asm/prom.h>
/* in pSeries_hvCall.S */
EXPORT_SYMBOL(plpar_hcall);
EXPORT_SYMBOL(plpar_hcall_4out);
EXPORT_SYMBOL(plpar_hcall_norets);
EXPORT_SYMBOL(plpar_hcall_8arg_2ret);
long poll_pending(void)
{
unsigned long dummy;
......
......@@ -204,3 +204,5 @@ EXPORT_SYMBOL(console_drivers);
EXPORT_SYMBOL(tb_ticks_per_usec);
EXPORT_SYMBOL(paca);
EXPORT_SYMBOL(proc_ppc64);
EXPORT_SYMBOL(cur_cpu_spec);
EXPORT_SYMBOL(systemcfg);
......@@ -580,5 +580,4 @@ struct bus_type vio_bus_type = {
.match = vio_bus_match,
};
EXPORT_SYMBOL(plpar_hcall_norets);
EXPORT_SYMBOL(plpar_hcall_8arg_2ret);
EXPORT_SYMBOL(vio_bus_type);
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