فهرست منبع

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>
Paul Gortmaker 13 سال پیش
والد
کامیت
4d184129b2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/w1/w1_int.c

+ 1 - 0
drivers/w1/w1_int.c

@@ -25,6 +25,7 @@
 #include <linux/kthread.h>
 #include <linux/kthread.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <linux/export.h>
 #include <linux/export.h>
+#include <linux/moduleparam.h>
 
 
 #include "w1.h"
 #include "w1.h"
 #include "w1_log.h"
 #include "w1_log.h"