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
0cc70fad
Commit
0cc70fad
authored
Mar 24, 2003
by
Christoph Hellwig
Committed by
David S. Miller
Mar 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Kill dev_init_buffers, was scheduled to die in 2.5.x
parent
e8abc360
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
drivers/s390/net/ctcmain.c
drivers/s390/net/ctcmain.c
+0
-1
drivers/s390/net/netiucv.c
drivers/s390/net/netiucv.c
+0
-1
include/linux/netdevice.h
include/linux/netdevice.h
+0
-5
No files found.
drivers/s390/net/ctcmain.c
View file @
0cc70fad
...
...
@@ -2761,7 +2761,6 @@ ctc_init_netdevice(struct net_device * dev, int alloc_device,
dev
->
addr_len
=
0
;
dev
->
type
=
ARPHRD_SLIP
;
dev
->
tx_queue_len
=
100
;
dev_init_buffers
(
dev
);
dev
->
flags
=
IFF_POINTOPOINT
|
IFF_NOARP
;
return
dev
;
}
...
...
drivers/s390/net/netiucv.c
View file @
0cc70fad
...
...
@@ -1630,7 +1630,6 @@ netiucv_init_netdevice(int ifno, char *username)
dev
->
addr_len
=
0
;
dev
->
type
=
ARPHRD_SLIP
;
dev
->
tx_queue_len
=
NETIUCV_QUEUELEN_DEFAULT
;
dev_init_buffers
(
dev
);
dev
->
flags
=
IFF_POINTOPOINT
|
IFF_NOARP
;
return
dev
;
}
...
...
include/linux/netdevice.h
View file @
0cc70fad
...
...
@@ -624,11 +624,6 @@ static inline int netif_rx_ni(struct sk_buff *skb)
return
err
;
}
static
inline
void
dev_init_buffers
(
struct
net_device
*
dev
)
{
/* WILL BE REMOVED IN 2.5.0 */
}
extern
int
netdev_finish_unregister
(
struct
net_device
*
dev
);
static
inline
void
dev_put
(
struct
net_device
*
dev
)
...
...
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