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
32b4ee1d
Commit
32b4ee1d
authored
Jun 21, 2004
by
François Romieu
Committed by
Jeff Garzik
Jun 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] via-velocity: unneeded forward declarations
Removal of unneeded forward declarations.
parent
ed7e918b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/net/via-velocity.c
drivers/net/via-velocity.c
+0
-4
No files found.
drivers/net/via-velocity.c
View file @
32b4ee1d
...
...
@@ -230,7 +230,6 @@ static int rx_copybreak = 200;
MODULE_PARM
(
rx_copybreak
,
"i"
);
MODULE_PARM_DESC
(
rx_copybreak
,
"Copy breakpoint for copy-only-tiny-frames"
);
static
int
velocity_found1
(
struct
pci_dev
*
pdev
,
const
struct
pci_device_id
*
ent
);
static
void
velocity_init_info
(
struct
pci_dev
*
pdev
,
struct
velocity_info
*
vptr
,
struct
velocity_info_tbl
*
info
);
static
int
velocity_get_pci_info
(
struct
velocity_info
*
,
struct
pci_dev
*
pdev
);
static
void
velocity_print_info
(
struct
velocity_info
*
vptr
);
...
...
@@ -242,10 +241,8 @@ static void velocity_set_multi(struct net_device *dev);
static
struct
net_device_stats
*
velocity_get_stats
(
struct
net_device
*
dev
);
static
int
velocity_ioctl
(
struct
net_device
*
dev
,
struct
ifreq
*
rq
,
int
cmd
);
static
int
velocity_close
(
struct
net_device
*
dev
);
static
int
velocity_rx_srv
(
struct
velocity_info
*
vptr
,
int
status
);
static
int
velocity_receive_frame
(
struct
velocity_info
*
,
int
idx
);
static
int
velocity_alloc_rx_buf
(
struct
velocity_info
*
,
int
idx
);
static
void
velocity_init_registers
(
struct
velocity_info
*
vptr
,
enum
velocity_init_type
type
);
static
void
velocity_free_rd_ring
(
struct
velocity_info
*
vptr
);
static
void
velocity_free_tx_buf
(
struct
velocity_info
*
vptr
,
struct
velocity_td_info
*
);
static
int
velocity_soft_reset
(
struct
velocity_info
*
vptr
);
...
...
@@ -263,7 +260,6 @@ static void velocity_save_context(struct velocity_info *vptr, struct velocity_co
static
void
velocity_restore_context
(
struct
velocity_info
*
vptr
,
struct
velocity_context
*
context
);
static
u32
mii_check_media_mode
(
struct
mac_regs
*
regs
);
static
u32
check_connection_type
(
struct
mac_regs
*
regs
);
static
void
velocity_init_cam_filter
(
struct
velocity_info
*
vptr
);
static
int
velocity_set_media_mode
(
struct
velocity_info
*
vptr
,
u32
mii_status
);
#ifdef CONFIG_PM
...
...
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