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:
9623932
)
drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Fri, 16 Sep 2011 03:09:52 +0000
(23:09 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:00 +0000
(19:32 -0400)
It doesn't need the full module.h but it was getting moduleparam.h
from the fact that module.h was everywhere.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/w1/w1_int.c
patch
|
blob
|
history
diff --git
a/drivers/w1/w1_int.c
b/drivers/w1/w1_int.c
index aa3971ce02b022c75f944edeb70ba6f31cb45adb..c1591e518073a463e6baf9f2efc6c32e3757c3da 100644
(file)
--- a/
drivers/w1/w1_int.c
+++ b/
drivers/w1/w1_int.c
@@
-25,6
+25,7
@@
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/export.h>
+#include <linux/moduleparam.h>
#include "w1.h"
#include "w1_log.h"