Skip to content

Commit

Permalink
sparc: arch/sparc/kernel/pmc.c -- extra #include?
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Brownell authored and David S. Miller committed Sep 21, 2008
1 parent 778b1c6 commit a1cd046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/sparc/kernel/pmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/miscdevice.h>
#include <linux/pm.h>
#include <linux/of.h>
#include <linux/of_device.h>
Expand All @@ -24,7 +23,6 @@
* #define PMC_NO_IDLE
*/

#define PMC_MINOR MISC_DYNAMIC_MINOR
#define PMC_OBPNAME "SUNW,pmc"
#define PMC_DEVNAME "pmc"

Expand Down

0 comments on commit a1cd046

Please sign in to comment.