diff options
-rw-r--r-- | drivers/char/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/misc.c b/drivers/char/misc.c index 96f1cd086dd2..281edefffa0b 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c | |||
@@ -62,8 +62,6 @@ static DEFINE_MUTEX(misc_mtx); | |||
62 | #define DYNAMIC_MINORS 64 /* like dynamic majors */ | 62 | #define DYNAMIC_MINORS 64 /* like dynamic majors */ |
63 | static unsigned char misc_minors[DYNAMIC_MINORS / 8]; | 63 | static unsigned char misc_minors[DYNAMIC_MINORS / 8]; |
64 | 64 | ||
65 | extern int pmu_device_init(void); | ||
66 | |||
67 | #ifdef CONFIG_PROC_FS | 65 | #ifdef CONFIG_PROC_FS |
68 | static void *misc_seq_start(struct seq_file *seq, loff_t *pos) | 66 | static void *misc_seq_start(struct seq_file *seq, loff_t *pos) |
69 | { | 67 | { |