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
9dd1bc8a
Commit
9dd1bc8a
authored
May 06, 2002
by
Greg Kroah-Hartman
Committed by
Patrick Mochel
May 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI hotplug drivers
change due to moved location of i386's pci.h
parent
2a7b7310
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/hotplug/cpqphp_core.c
drivers/hotplug/cpqphp_core.c
+1
-1
drivers/hotplug/cpqphp_pci.c
drivers/hotplug/cpqphp_pci.c
+1
-1
drivers/hotplug/ibmphp_core.c
drivers/hotplug/ibmphp_core.c
+1
-1
No files found.
drivers/hotplug/cpqphp_core.c
View file @
9dd1bc8a
...
...
@@ -38,7 +38,7 @@
#include <asm/uaccess.h>
#include "cpqphp.h"
#include "cpqphp_nvram.h"
#include "../../arch/i386/
kernel/
pci/pci.h"
/* horrible hack showing how processor dependant we are... */
#include "../../arch/i386/pci/pci.h"
/* horrible hack showing how processor dependant we are... */
/* Global variables */
...
...
drivers/hotplug/cpqphp_pci.c
View file @
9dd1bc8a
...
...
@@ -35,7 +35,7 @@
#include <linux/pci.h>
#include "cpqphp.h"
#include "cpqphp_nvram.h"
#include "../../arch/i386/
kernel/
pci/pci.h"
/* horrible hack showing how processor dependant we are... */
#include "../../arch/i386/pci/pci.h"
/* horrible hack showing how processor dependant we are... */
u8
cpqhp_nic_irq
;
...
...
drivers/hotplug/ibmphp_core.c
View file @
9dd1bc8a
...
...
@@ -35,7 +35,7 @@
#include <linux/delay.h>
#include <linux/wait.h>
#include <linux/smp_lock.h>
#include "../../arch/i386/
kernel/
pci/pci.h"
/* for struct irq_routing_table */
#include "../../arch/i386/pci/pci.h"
/* for struct irq_routing_table */
#include "ibmphp.h"
#define attn_on(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON)
...
...
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