diff options
author | David Brownell <david-b@pacbell.net> | 2008-09-21 03:28:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-21 03:28:26 -0400 |
commit | a1cd0464c6f5857d87466130753d81b783bd3c52 (patch) | |
tree | 34f8898cd4c558ed140bc0d52dc78f6467b87362 /arch/sparc | |
parent | 778b1c65bfa2bfe4018394480f97d387e8f00a91 (diff) |
sparc: arch/sparc/kernel/pmc.c -- extra #include?
I have no SPARC compiler handy to verify, but it looks like this
is another file that doesn't need <linux/miscdevices.h> ...
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/pmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/kernel/pmc.c b/arch/sparc/kernel/pmc.c index 814eb3ce039b..2afcfab4f11c 100644 --- a/arch/sparc/kernel/pmc.c +++ b/arch/sparc/kernel/pmc.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/fs.h> | 8 | #include <linux/fs.h> |
9 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/miscdevice.h> | ||
12 | #include <linux/pm.h> | 11 | #include <linux/pm.h> |
13 | #include <linux/of.h> | 12 | #include <linux/of.h> |
14 | #include <linux/of_device.h> | 13 | #include <linux/of_device.h> |
@@ -24,7 +23,6 @@ | |||
24 | * #define PMC_NO_IDLE | 23 | * #define PMC_NO_IDLE |
25 | */ | 24 | */ |
26 | 25 | ||
27 | #define PMC_MINOR MISC_DYNAMIC_MINOR | ||
28 | #define PMC_OBPNAME "SUNW,pmc" | 26 | #define PMC_OBPNAME "SUNW,pmc" |
29 | #define PMC_DEVNAME "pmc" | 27 | #define PMC_DEVNAME "pmc" |
30 | 28 | ||