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
da62df14
Commit
da62df14
authored
Dec 14, 2008
by
Stefan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewire: core: remove unused definitions
Signed-off-by:
Stefan Richter
<
stefanr@s5r6.in-berlin.de
>
parent
53dca511
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
drivers/firewire/fw-transaction.h
drivers/firewire/fw-transaction.h
+0
-12
No files found.
drivers/firewire/fw-transaction.h
View file @
da62df14
...
...
@@ -138,12 +138,6 @@ typedef void (*fw_address_callback_t)(struct fw_card *card,
void
*
data
,
size_t
length
,
void
*
callback_data
);
typedef
void
(
*
fw_bus_reset_callback_t
)(
struct
fw_card
*
handle
,
int
node_id
,
int
generation
,
u32
*
self_ids
,
int
self_id_count
,
void
*
callback_data
);
struct
fw_packet
{
int
speed
;
int
generation
;
...
...
@@ -184,12 +178,6 @@ struct fw_transaction {
void
*
callback_data
;
};
static
inline
struct
fw_packet
*
fw_packet
(
struct
list_head
*
l
)
{
return
list_entry
(
l
,
struct
fw_packet
,
link
);
}
struct
fw_address_handler
{
u64
offset
;
size_t
length
;
...
...
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