projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc6a73
)
misc: remove MAC pmu function declaration from misc device class
author
Thadeu Lima de Souza Cascardo
<
[email protected]
>
Tue, 15 Dec 2009 02:00:23 +0000
(18:00 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 15 Dec 2009 16:53:26 +0000
(08:53 -0800)
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 <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/misc.c
patch
|
blob
|
history
diff --git
a/drivers/char/misc.c
b/drivers/char/misc.c
index 96f1cd086dd245911cb9be85d93cf175c9b97c6a..281edefffa0b2b30f02e7f68caca67c59921ed79 100644
(file)
--- a/
drivers/char/misc.c
+++ b/
drivers/char/misc.c
@@
-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)
{