Skip to content

Commit

Permalink
misc: remove MAC pmu function declaration from misc device class
Browse files Browse the repository at this point in the history
Commit 8c87093 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>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Linus Torvalds committed Dec 15, 2009
1 parent dfc6a73 commit 2643434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2643434

Please sign in to comment.