drivers/gpio: Fix drivers who are implicit users of module.h

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in gpio
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
此提交包含在:
Paul Gortmaker
2011-07-03 13:38:09 -04:00
父節點 afd605f683
當前提交 bb207ef1e8
共有 11 個檔案被更改,包括 11 行新增0 行删除

查看文件

@@ -15,6 +15,7 @@
#include <linux/spi/74x164.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/module.h>
struct gen_74x164_chip {
struct spi_device *spi;