Commit e21b08e2 authored by Sergej Sawazki's avatar Sergej Sawazki Committed by Stephen Boyd

clk: gpio-gate: Include export.h instead of module.h

Include export.h for EXPORT_SYMBOL_GPL, no need to include module.h.

Cc: Jyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarSergej Sawazki <ce3a@gmx.de>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent f75073fa
......@@ -10,7 +10,7 @@
*/
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment