diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-12-14 21:00:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:26 -0500 |
commit | 2643434c1ad400dc417865ac37610e8d3c7c1783 (patch) | |
tree | 235c7cda73e53a87cf7f30e77aed5b13a21db368 /drivers | |
parent | dfc6a736d452a8c308190b618b065c2257d370ff (diff) |
misc: remove MAC pmu function declaration from misc device class
Commit 8c8709334cec803368a432a33e0f2e116d48fe07 has removed the
pmu_device_init call from misc_init, but unlike other similar commits,
has not removed its declaration.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-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 | { |