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
1345a9e6
Commit
1345a9e6
authored
Feb 09, 2002
by
David S. Miller
Committed by
David S. Miller
Feb 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build fixes for sparc64 outside of sparc64 specific files.
parent
a061909b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
drivers/video/aty/mach64_accel.c
drivers/video/aty/mach64_accel.c
+1
-0
fs/proc/inode.c
fs/proc/inode.c
+1
-0
kernel/ksyms.c
kernel/ksyms.c
+3
-0
No files found.
drivers/video/aty/mach64_accel.c
View file @
1345a9e6
...
...
@@ -3,6 +3,7 @@
* ATI Mach64 Hardware Acceleration
*/
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/fb.h>
...
...
fs/proc/inode.c
View file @
1345a9e6
...
...
@@ -16,6 +16,7 @@
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/smp_lock.h>
#include <linux/init.h>
#include <asm/system.h>
#include <asm/uaccess.h>
...
...
kernel/ksyms.c
View file @
1345a9e6
...
...
@@ -250,6 +250,9 @@ EXPORT_SYMBOL(vfs_rmdir);
EXPORT_SYMBOL
(
vfs_unlink
);
EXPORT_SYMBOL
(
vfs_rename
);
EXPORT_SYMBOL
(
vfs_statfs
);
EXPORT_SYMBOL
(
vfs_fstat
);
EXPORT_SYMBOL
(
vfs_stat
);
EXPORT_SYMBOL
(
vfs_lstat
);
EXPORT_SYMBOL
(
generic_read_dir
);
EXPORT_SYMBOL
(
generic_file_llseek
);
EXPORT_SYMBOL
(
remote_llseek
);
...
...
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