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
f571b8a4
Commit
f571b8a4
authored
Jul 24, 2002
by
Alan Cox
Committed by
Linus Torvalds
Jul 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2O does not need init in genhd now
parent
2c0a3925
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/block/genhd.c
drivers/block/genhd.c
+0
-4
No files found.
drivers/block/genhd.c
View file @
f571b8a4
...
...
@@ -177,16 +177,12 @@ struct seq_operations partitions_op = {
extern
int
blk_dev_init
(
void
);
extern
int
soc_probe
(
void
);
extern
int
atmdev_init
(
void
);
extern
int
i2o_init
(
void
);
extern
int
cpqarray_init
(
void
);
int
__init
device_init
(
void
)
{
rwlock_init
(
&
gendisk_lock
);
blk_dev_init
();
#ifdef CONFIG_I2O
i2o_init
();
#endif
#ifdef CONFIG_FC4_SOC
/* This has to be done before scsi_dev_init */
soc_probe
();
...
...
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