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
nexedi
linux
Commits
b1cd8879
Commit
b1cd8879
authored
Jul 20, 2002
by
Alexander Viro
Committed by
Linus Torvalds
Jul 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] removal of dead prototypes
Removed prototypes of several functions that do not exist...
parent
25e560ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
arch/m68k/bvme6000/config.c
arch/m68k/bvme6000/config.c
+0
-1
arch/m68k/mvme147/config.c
arch/m68k/mvme147/config.c
+0
-1
arch/m68k/mvme16x/config.c
arch/m68k/mvme16x/config.c
+0
-1
No files found.
arch/m68k/bvme6000/config.c
View file @
b1cd8879
...
@@ -49,7 +49,6 @@ extern int bvme6000_kbdrate (struct kbd_repeat *);
...
@@ -49,7 +49,6 @@ extern int bvme6000_kbdrate (struct kbd_repeat *);
extern
unsigned
long
bvme6000_gettimeoffset
(
void
);
extern
unsigned
long
bvme6000_gettimeoffset
(
void
);
extern
int
bvme6000_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
bvme6000_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
bvme6000_set_clock_mmss
(
unsigned
long
);
extern
int
bvme6000_set_clock_mmss
(
unsigned
long
);
extern
void
bvme6000_check_partition
(
struct
gendisk
*
hd
,
unsigned
int
dev
);
extern
void
bvme6000_mksound
(
unsigned
int
count
,
unsigned
int
ticks
);
extern
void
bvme6000_mksound
(
unsigned
int
count
,
unsigned
int
ticks
);
extern
void
bvme6000_reset
(
void
);
extern
void
bvme6000_reset
(
void
);
extern
void
bvme6000_waitbut
(
void
);
extern
void
bvme6000_waitbut
(
void
);
...
...
arch/m68k/mvme147/config.c
View file @
b1cd8879
...
@@ -48,7 +48,6 @@ extern int mvme147_kbdrate (struct kbd_repeat *);
...
@@ -48,7 +48,6 @@ extern int mvme147_kbdrate (struct kbd_repeat *);
extern
unsigned
long
mvme147_gettimeoffset
(
void
);
extern
unsigned
long
mvme147_gettimeoffset
(
void
);
extern
int
mvme147_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
mvme147_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
mvme147_set_clock_mmss
(
unsigned
long
);
extern
int
mvme147_set_clock_mmss
(
unsigned
long
);
extern
void
mvme147_check_partition
(
struct
gendisk
*
hd
,
unsigned
int
dev
);
extern
void
mvme147_reset
(
void
);
extern
void
mvme147_reset
(
void
);
extern
void
mvme147_waitbut
(
void
);
extern
void
mvme147_waitbut
(
void
);
...
...
arch/m68k/mvme16x/config.c
View file @
b1cd8879
...
@@ -52,7 +52,6 @@ extern int mvme16x_kbdrate (struct kbd_repeat *);
...
@@ -52,7 +52,6 @@ extern int mvme16x_kbdrate (struct kbd_repeat *);
extern
unsigned
long
mvme16x_gettimeoffset
(
void
);
extern
unsigned
long
mvme16x_gettimeoffset
(
void
);
extern
int
mvme16x_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
mvme16x_hwclk
(
int
,
struct
rtc_time
*
);
extern
int
mvme16x_set_clock_mmss
(
unsigned
long
);
extern
int
mvme16x_set_clock_mmss
(
unsigned
long
);
extern
void
mvme16x_check_partition
(
struct
gendisk
*
hd
,
unsigned
int
dev
);
extern
void
mvme16x_mksound
(
unsigned
int
count
,
unsigned
int
ticks
);
extern
void
mvme16x_mksound
(
unsigned
int
count
,
unsigned
int
ticks
);
extern
void
mvme16x_reset
(
void
);
extern
void
mvme16x_reset
(
void
);
extern
void
mvme16x_waitbut
(
void
);
extern
void
mvme16x_waitbut
(
void
);
...
...
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