提交 3f934e00 编写于 作者: P Paul Gortmaker

staging: Add moduleparam.h to drivers/staging files as required

These files are using moduleparam infrastructure and were getting
that via the implicit module.h presence that we are phasing out.
So they'll need to include moduleparam.h explicitly in advance.
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 8e336a72
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <asm/intel_scu_ipc.h> #include <asm/intel_scu_ipc.h>
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#include <linux/moduleparam.h>
#define MDFLD_DSI_BRIGHTNESS_MAX_LEVEL 100 #define MDFLD_DSI_BRIGHTNESS_MAX_LEVEL 100
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/moduleparam.h>
#include "mdfld_dsi_dbi.h" #include "mdfld_dsi_dbi.h"
#include "mdfld_dsi_dpi.h" #include "mdfld_dsi_dpi.h"
#include "mdfld_dsi_output.h" #include "mdfld_dsi_output.h"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
* - Check ioremap failures * - Check ioremap failures
*/ */
#include <linux/moduleparam.h>
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm.h> #include <drm/drm.h>
#include "psb_drm.h" #include "psb_drm.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册