Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e4a57c60
Commit
e4a57c60
authored
Apr 28, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drivers/char/ip2main: Export symbols explicitly
parent
d99a3f68
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
drivers/char/Makefile
drivers/char/Makefile
+2
-1
drivers/char/ip2main.c
drivers/char/ip2main.c
+3
-1
No files found.
drivers/char/Makefile
View file @
e4a57c60
...
...
@@ -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
...
...
drivers/char/ip2main.c
View file @
e4a57c60
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment