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
01e05019
Commit
01e05019
authored
May 01, 2004
by
Andrew Morton
Committed by
Deepak Saxena
May 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PCI Hotplug: pciehp-linkage-fix.patch
This fixes allyesconfig
parent
0707d434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
drivers/pci/hotplug/pciehp_core.c
drivers/pci/hotplug/pciehp_core.c
+5
-5
No files found.
drivers/pci/hotplug/pciehp_core.c
View file @
01e05019
...
...
@@ -43,11 +43,11 @@
#include "pciehprm.h"
/* Global variables */
static
int
pciehp_debug
;
static
int
pciehp_poll_mode
;
static
int
pciehp_poll_time
;
st
atic
st
ruct
controller
*
pciehp_ctrl_list
;
st
atic
st
ruct
pci_func
*
pciehp_slot_list
[
256
];
int
pciehp_debug
;
int
pciehp_poll_mode
;
int
pciehp_poll_time
;
struct
controller
*
pciehp_ctrl_list
;
struct
pci_func
*
pciehp_slot_list
[
256
];
#define DRIVER_VERSION "0.4"
#define DRIVER_AUTHOR "Dan Zink <dan.zink@compaq.com>, Greg Kroah-Hartman <greg@kroah.com>, Dely Sy <dely.l.sy@intel.com>"
...
...
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