Commit e4a57c60 authored by Kai Germaschewski's avatar Kai Germaschewski

drivers/char/ip2main: Export symbols explicitly

parent d99a3f68
......@@ -16,7 +16,8 @@ obj-y += mem.o tty_io.o n_tty.o tty_ioctl.o raw.o pty.o misc.o random.o
export-objs := busmouse.o console.o keyboard.o sysrq.o \
misc.o pty.o random.o selection.o serial.o \
sonypi.o tty_io.o tty_ioctl.o generic_serial.o rtc.o
sonypi.o tty_io.o tty_ioctl.o generic_serial.o rtc.o \
ip2main.o
mod-subdirs := ftape drm pcmcia
......
......@@ -579,7 +579,7 @@ cleanup_module(void)
/* SA_RANDOM - can be source for cert. random number generators */
#define IP2_SA_FLAGS 0
int __init
int
ip2_loadmain(int *iop, int *irqp, unsigned char *firmware, int firmsize)
{
#ifdef CONFIG_DEVFS_FS
......@@ -974,6 +974,8 @@ ip2_loadmain(int *iop, int *irqp, unsigned char *firmware, int firmsize)
return 0;
}
EXPORT_SYMBOL(ip2_loadmain);
/******************************************************************************/
/* Function: ip2_init_board() */
/* Parameters: Index of board in configuration structure */
......
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