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
nexedi
linux
Commits
9eb08f79
Commit
9eb08f79
authored
Feb 11, 2004
by
Benjamin Herrenschmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix typo in ppc32 build
The patch adding the OF platform entries had a typo ;) ppc32 needs this.
parent
7a35dff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/ppc/kernel/pci.c
arch/ppc/kernel/pci.c
+1
-1
No files found.
arch/ppc/kernel/pci.c
View file @
9eb08f79
...
...
@@ -1039,7 +1039,7 @@ static DEVICE_ATTR(devspec, S_IRUGO, pci_show_devspec, NULL);
#endif
/* CONFIG_PPC_OF */
/* Add sysfs properties */
void
pcibios_add_platform_entries
(
struct
pci_dev
*
dev
)
void
pcibios_add_platform_entries
(
struct
pci_dev
*
p
dev
)
{
#ifdef CONFIG_PPC_OF
device_create_file
(
&
pdev
->
dev
,
&
dev_attr_devspec
);
...
...
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