1
0
Fork 0

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: Sergej Sawazki <ce3a@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
steinar/wifi_calib_4_9_kernel
Sergej Sawazki 2015-06-28 16:24:53 +02:00 committed by Stephen Boyd
parent f75073fabd
commit e21b08e2f3
1 changed files with 1 additions and 1 deletions

View File

@ -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>