Commit 4d184129 authored by Paul Gortmaker's avatar Paul Gortmaker

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 9623932c
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment