All of lore.kernel.org
 help / color / mirror / Atom feed
* + misc-remove-mac-pmu-function-declaration-from-misc-device-class.patch added to -mm tree
@ 2009-11-09 20:27 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-11-09 20:27 UTC (permalink / raw)
  To: mm-commits; +Cc: cascardo


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@holoscopio.com>

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>
---


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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-09 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09 20:27 + misc-remove-mac-pmu-function-declaration-from-misc-device-class.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.