Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
bbf094cf
Commit
bbf094cf
authored
May 24, 2008
by
Stefan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewire: remove unused struct members
Signed-off-by:
Stefan Richter
<
stefanr@s5r6.in-berlin.de
>
parent
e534fe16
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
drivers/firewire/fw-card.c
drivers/firewire/fw-card.c
+0
-1
drivers/firewire/fw-device.h
drivers/firewire/fw-device.h
+0
-1
drivers/firewire/fw-ohci.c
drivers/firewire/fw-ohci.c
+0
-1
drivers/firewire/fw-transaction.h
drivers/firewire/fw-transaction.h
+0
-2
No files found.
drivers/firewire/fw-card.c
View file @
bbf094cf
...
...
@@ -497,7 +497,6 @@ dummy_enable_phys_dma(struct fw_card *card,
}
static
struct
fw_card_driver
dummy_driver
=
{
.
name
=
"dummy"
,
.
enable
=
dummy_enable
,
.
update_phy_reg
=
dummy_update_phy_reg
,
.
set_config_rom
=
dummy_set_config_rom
,
...
...
drivers/firewire/fw-device.h
View file @
bbf094cf
...
...
@@ -62,7 +62,6 @@ struct fw_device {
bool
cmc
;
struct
fw_card
*
card
;
struct
device
device
;
struct
list_head
link
;
struct
list_head
client_list
;
u32
*
config_rom
;
size_t
config_rom_length
;
...
...
drivers/firewire/fw-ohci.c
View file @
bbf094cf
...
...
@@ -2292,7 +2292,6 @@ ohci_queue_iso(struct fw_iso_context *base,
}
static
const
struct
fw_card_driver
ohci_driver
=
{
.
name
=
ohci_driver_name
,
.
enable
=
ohci_enable
,
.
update_phy_reg
=
ohci_update_phy_reg
,
.
set_config_rom
=
ohci_set_config_rom
,
...
...
drivers/firewire/fw-transaction.h
View file @
bbf094cf
...
...
@@ -352,8 +352,6 @@ int
fw_iso_context_stop
(
struct
fw_iso_context
*
ctx
);
struct
fw_card_driver
{
const
char
*
name
;
/*
* Enable the given card with the given initial config rom.
* This function is expected to activate the card, and either
...
...
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