dect
/
linux-2.6
Archived
13
0
Fork 0

misc: remove MAC pmu function declaration from misc device class

Commit 8c8709334c 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>
This commit is contained in:
Thadeu Lima de Souza Cascardo 2009-12-14 18:00:23 -08:00 committed by Linus Torvalds
parent dfc6a736d4
commit 2643434c1a
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ static DEFINE_MUTEX(misc_mtx);
#define DYNAMIC_MINORS 64 /* like dynamic majors */
static unsigned char misc_minors[DYNAMIC_MINORS / 8];
extern int pmu_device_init(void);
#ifdef CONFIG_PROC_FS
static void *misc_seq_start(struct seq_file *seq, loff_t *pos)
{