diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-09-23 14:34:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-23 14:41:55 +0200 |
commit | 9132ce450bd141cd8c5776b41e90f146cae4bc3b (patch) | |
tree | 15f994358cc3165018ba8ef66c7e44c0264b1a8a /drivers | |
parent | 0e4011ebbc1bee52fd65b1cba5da6fddbd588377 (diff) |
ARM: omap2: fix missing include
commit d47529b2e9fe
"gpio: don't include module.h in shared driver header"
removed <linux/module.h> from the <linux/gpio/driver.h> header.
It seems arch/arm/mach-omap2/board-rx51-peripherals.c
is using __initdata_or_module from <linux/module.h> through
<linux/gpio.h> to <linux/gpio/driver.h>, so break this dependency
so that we get a clean compile.
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Tony Lindgren <tony@atomide.com>
Fixes: d47529b2e9fe ("gpio: don't include module.h in shared driver header")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions