arm: fix implicit use of moduleparam in mach-mx31*.c

To get the definition of core_param() they need this header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Esse commit está contido em:
Paul Gortmaker
2011-07-31 19:01:27 -04:00
commit 9e9074160f
3 arquivos alterados com 3 adições e 0 exclusões

Ver arquivo

@@ -18,6 +18,7 @@
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/moduleparam.h>
#include <linux/leds.h>
#include <linux/memory.h>
#include <linux/mtd/physmap.h>