]> git.baikalelectronics.ru Git - kernel.git/commit
misc: remove MAC pmu function declaration from misc device class
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 15 Dec 2009 02:00:23 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:26 +0000 (08:53 -0800)
commit8a8602e07750eab7d85fb9c4197c7c9fc6a21713
tree235c7cda73e53a87cf7f30e77aed5b13a21db368
parente13541f2353172d66a71114619dc88c97dfc12a1
misc: remove MAC pmu function declaration from misc device class

Commit c35f8f22c09a47eadf82ce891b6fbb63d63207f2 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>
drivers/char/misc.c