The patch titled misc: remove MAC pmu function declaration from misc device class has been added to the -mm tree. Its filename is misc-remove-mac-pmu-function-declaration-from-misc-device-class.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: misc: remove MAC pmu function declaration from misc device class From: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxx> --- diff -puN drivers/char/misc.c~misc-remove-mac-pmu-function-declaration-from-misc-device-class drivers/char/misc.c --- a/drivers/char/misc.c~misc-remove-mac-pmu-function-declaration-from-misc-device-class +++ a/drivers/char/misc.c @@ -63,8 +63,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) { _ Patches currently in -mm which might be from cascardo@xxxxxxxxxxxxxx are linux-next.patch cmpc_acpi-add-support-for-classmate-pc-acpi-devices.patch cmpc_acpi-add-support-for-classmate-pc-acpi-devices-fix.patch cmpc_acpi-add-support-for-classmate-pc-acpi-devices-depends-on-acpi.patch misc-remove-mac-pmu-function-declaration-from-misc-device-class.patch spidev-use-declare_bitmap-instead-of-declaring-the-array.patch spidev-use-declare_bitmap-instead-of-declaring-the-array-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html