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
750f6f04
Commit
750f6f04
authored
Jun 09, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nmi] Use sysdev.h instead of device.h
parent
1e4b2480
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/i386/kernel/nmi.c
arch/i386/kernel/nmi.c
+1
-1
No files found.
arch/i386/kernel/nmi.c
View file @
750f6f04
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include <linux/mc146818rtc.h>
#include <linux/mc146818rtc.h>
#include <linux/kernel_stat.h>
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/sysdev.h>
#include <asm/smp.h>
#include <asm/smp.h>
#include <asm/mtrr.h>
#include <asm/mtrr.h>
...
@@ -180,7 +181,6 @@ void enable_lapic_nmi_watchdog(void)
...
@@ -180,7 +181,6 @@ void enable_lapic_nmi_watchdog(void)
#ifdef CONFIG_PM
#ifdef CONFIG_PM
#include <linux/device.h>
static
int
nmi_pm_active
;
/* nmi_active before suspend */
static
int
nmi_pm_active
;
/* nmi_active before suspend */
static
int
lapic_nmi_suspend
(
struct
sys_device
*
dev
,
u32
state
)
static
int
lapic_nmi_suspend
(
struct
sys_device
*
dev
,
u32
state
)
...
...
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