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
d60fc60d
Commit
d60fc60d
authored
Oct 05, 2004
by
Christoph Hellwig
Committed by
Greg Kroah-Hartman
Oct 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PCI: mark proc_bus_pci_dir static
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
c5f8b0db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
drivers/pci/proc.c
drivers/pci/proc.c
+1
-2
No files found.
drivers/pci/proc.c
View file @
d60fc60d
...
...
@@ -379,7 +379,7 @@ static struct seq_operations proc_bus_pci_devices_op = {
.
show
=
show_device
};
struct
proc_dir_entry
*
proc_bus_pci_dir
;
st
atic
st
ruct
proc_dir_entry
*
proc_bus_pci_dir
;
int
pci_proc_attach_device
(
struct
pci_dev
*
dev
)
{
...
...
@@ -612,6 +612,5 @@ __initcall(pci_proc_init);
EXPORT_SYMBOL
(
pci_proc_attach_device
);
EXPORT_SYMBOL
(
pci_proc_attach_bus
);
EXPORT_SYMBOL
(
pci_proc_detach_bus
);
EXPORT_SYMBOL
(
proc_bus_pci_dir
);
#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