drivers/net: Add moduleparam.h to drivers as required.

These files were using moduleparam infrastructure, but were not
including anything for it -- which is fine when module.h is being
implicitly included in all files, but that is going away.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker
2011-09-15 19:46:05 -04:00
parent ac5c24e9e6
commit 6eb07caf1a
10 changed files with 11 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
#include <linux/slab.h>
#include <linux/wimax/i2400m.h>
#include <linux/export.h>
#include <linux/moduleparam.h>
#define D_SUBMODULE control