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
ed0f878e
Commit
ed0f878e
authored
Jun 19, 2002
by
Greg Kroah-Hartman
Committed by
Linus Torvalds
Jun 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] drivers/hotplug/cpqphp.h must include tqueue.h
parent
518a6e87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
drivers/hotplug/cpqphp_core.c
drivers/hotplug/cpqphp_core.c
+1
-0
drivers/hotplug/cpqphp_ctrl.c
drivers/hotplug/cpqphp_ctrl.c
+1
-0
drivers/hotplug/cpqphp_nvram.c
drivers/hotplug/cpqphp_nvram.c
+1
-0
drivers/hotplug/cpqphp_pci.c
drivers/hotplug/cpqphp_pci.c
+1
-0
drivers/hotplug/cpqphp_proc.c
drivers/hotplug/cpqphp_proc.c
+1
-0
No files found.
drivers/hotplug/cpqphp_core.c
View file @
ed0f878e
...
...
@@ -33,6 +33,7 @@
#include <linux/proc_fs.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/tqueue.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <asm/uaccess.h>
...
...
drivers/hotplug/cpqphp_ctrl.c
View file @
ed0f878e
...
...
@@ -31,6 +31,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/tqueue.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/wait.h>
...
...
drivers/hotplug/cpqphp_nvram.c
View file @
ed0f878e
...
...
@@ -33,6 +33,7 @@
#include <linux/proc_fs.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/tqueue.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <asm/uaccess.h>
...
...
drivers/hotplug/cpqphp_pci.c
View file @
ed0f878e
...
...
@@ -31,6 +31,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/tqueue.h>
#include <linux/proc_fs.h>
#include <linux/pci.h>
#include "cpqphp.h"
...
...
drivers/hotplug/cpqphp_proc.c
View file @
ed0f878e
...
...
@@ -31,6 +31,7 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/tqueue.h>
#include <linux/pci.h>
#include "cpqphp.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