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
f75fd6bf
Commit
f75fd6bf
authored
Sep 25, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pci] Remove ->save_state() from struct pci_driver.
It is not called, and unused.
parent
416ea79e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
include/linux/pci.h
include/linux/pci.h
+0
-1
No files found.
include/linux/pci.h
View file @
f75fd6bf
...
...
@@ -515,7 +515,6 @@ struct pci_driver {
const
struct
pci_device_id
*
id_table
;
/* must be non-NULL for probe to be called */
int
(
*
probe
)
(
struct
pci_dev
*
dev
,
const
struct
pci_device_id
*
id
);
/* New device inserted */
void
(
*
remove
)
(
struct
pci_dev
*
dev
);
/* Device removed (NULL if not a hot-plug capable driver) */
int
(
*
save_state
)
(
struct
pci_dev
*
dev
,
u32
state
);
/* Save Device Context */
int
(
*
suspend
)
(
struct
pci_dev
*
dev
,
u32
state
);
/* Device suspended */
int
(
*
resume
)
(
struct
pci_dev
*
dev
);
/* Device woken up */
int
(
*
enable_wake
)
(
struct
pci_dev
*
dev
,
u32
state
,
int
enable
);
/* Enable wake event */
...
...
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