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
cb8e92d8
Commit
cb8e92d8
authored
Feb 07, 2015
by
Bjorn Helgaas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pci/misc' into next
* pci/misc: PCI: Add pci_device_to_OF_node() stub for !CONFIG_OF
parents
66e5bde9
f0b66a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
include/linux/pci.h
include/linux/pci.h
+2
-0
No files found.
include/linux/pci.h
View file @
cb8e92d8
...
...
@@ -1862,6 +1862,8 @@ static inline void pci_set_of_node(struct pci_dev *dev) { }
static
inline
void
pci_release_of_node
(
struct
pci_dev
*
dev
)
{
}
static
inline
void
pci_set_bus_of_node
(
struct
pci_bus
*
bus
)
{
}
static
inline
void
pci_release_bus_of_node
(
struct
pci_bus
*
bus
)
{
}
static
inline
struct
device_node
*
pci_device_to_OF_node
(
const
struct
pci_dev
*
pdev
)
{
return
NULL
;
}
#endif
/* CONFIG_OF */
#ifdef CONFIG_EEH
...
...
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