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
694924e4
Commit
694924e4
authored
Feb 08, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI: move pci_msi.h out of include/linux to drivers/pci where it belongs.
parent
016a8f32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
drivers/pci/msi.c
drivers/pci/msi.c
+1
-1
drivers/pci/msi.h
drivers/pci/msi.h
+4
-6
No files found.
drivers/pci/msi.c
View file @
694924e4
...
...
@@ -19,7 +19,7 @@
#include <asm/io_apic.h>
#include <mach_apic.h>
#include
<linux/pci_msi.h>
#include
"msi.h"
static
spinlock_t
msi_lock
=
SPIN_LOCK_UNLOCKED
;
...
...
include/linux/pci_
msi.h
→
drivers/pci/
msi.h
View file @
694924e4
/*
*
../include/linux/pci_
msi.h
* msi.h
*
*/
#ifndef PCI_MSI_H
#define PCI_MSI_H
#include <linux/pci.h>
#ifndef MSI_H
#define MSI_H
#define MSI_AUTO -1
#define NR_REPEATS 23
...
...
@@ -167,4 +165,4 @@ struct msi_desc {
struct
pci_dev
*
dev
;
};
#endif
/*
PCI_
MSI_H */
#endif
/* MSI_H */
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