Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/w1: Add moduleparam.h to drivers/w1/w1_int.c

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>

+1
+1
drivers/w1/w1_int.c
··· 25 25 #include <linux/kthread.h> 26 26 #include <linux/slab.h> 27 27 #include <linux/export.h> 28 + #include <linux/moduleparam.h> 28 29 29 30 #include "w1.h" 30 31 #include "w1_log.h"