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
3d1a6602
Commit
3d1a6602
authored
Sep 09, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI Hotplug: remove pci_*_nodev() prototypes as the functions are gone.
The pci_bus_* functions should be used instead.
parent
5be7fa58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
drivers/hotplug/pci_hotplug.h
drivers/hotplug/pci_hotplug.h
+0
-15
No files found.
drivers/hotplug/pci_hotplug.h
View file @
3d1a6602
...
...
@@ -141,20 +141,5 @@ extern int pci_visit_dev (struct pci_visit *fn,
struct
pci_dev_wrapped
*
wrapped_dev
,
struct
pci_bus_wrapped
*
wrapped_parent
);
extern
int
pci_read_config_byte_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u8
*
val
);
extern
int
pci_read_config_word_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u16
*
val
);
extern
int
pci_read_config_dword_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u32
*
val
);
extern
int
pci_write_config_byte_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u8
val
);
extern
int
pci_write_config_word_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u16
val
);
extern
int
pci_write_config_dword_nodev
(
struct
pci_ops
*
ops
,
u8
bus
,
u8
device
,
u8
function
,
int
where
,
u32
val
);
#endif
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