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
617d212b
Commit
617d212b
authored
Mar 05, 2005
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge pobox.com:/garz/repo/netdev-2.6/initdata-fixes
into pobox.com:/garz/repo/net-drivers-2.6
parents
0ba34de2
333cefe7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/net/tulip/de2104x.c
drivers/net/tulip/de2104x.c
+1
-1
drivers/net/wan/sbni.c
drivers/net/wan/sbni.c
+1
-1
No files found.
drivers/net/tulip/de2104x.c
View file @
617d212b
...
@@ -1927,7 +1927,7 @@ static void __init de21041_get_srom_info (struct de_private *de)
...
@@ -1927,7 +1927,7 @@ static void __init de21041_get_srom_info (struct de_private *de)
goto
fill_defaults
;
goto
fill_defaults
;
}
}
static
int
__
dev
init
de_init_one
(
struct
pci_dev
*
pdev
,
static
int
__init
de_init_one
(
struct
pci_dev
*
pdev
,
const
struct
pci_device_id
*
ent
)
const
struct
pci_device_id
*
ent
)
{
{
struct
net_device
*
dev
;
struct
net_device
*
dev
;
...
...
drivers/net/wan/sbni.c
View file @
617d212b
...
@@ -176,7 +176,7 @@ static u32 mac[ SBNI_MAX_NUM_CARDS ] __initdata;
...
@@ -176,7 +176,7 @@ static u32 mac[ SBNI_MAX_NUM_CARDS ] __initdata;
#ifndef MODULE
#ifndef MODULE
typedef
u32
iarr
[];
typedef
u32
iarr
[];
static
iarr
*
dest
[
5
]
=
{
&
io
,
&
irq
,
&
baud
,
&
rxl
,
&
mac
};
static
iarr
__initdata
*
dest
[
5
]
=
{
&
io
,
&
irq
,
&
baud
,
&
rxl
,
&
mac
};
#endif
#endif
/* A zero-terminated list of I/O addresses to be probed on ISA bus */
/* A zero-terminated list of I/O addresses to be probed on ISA bus */
...
...
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