Commit b6d4f3221d7fe00d440edaeeb6cde7257ae63a73

Authored by Rasmus Villemoes
Committed by Linus Torvalds
1 parent 2ddae683bf

lib/stmp_device.c: replace module.h include

stmp_device.c only needs EXPORT_SYMBOL, so just include compiler.h and
export.h instead of the whole module.h machinery.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -15,7 +15,8 @@
15 15 #include <linux/io.h>
16 16 #include <linux/errno.h>
17 17 #include <linux/delay.h>
18   -#include <linux/module.h>
  18 +#include <linux/compiler.h>
  19 +#include <linux/export.h>
19 20 #include <linux/stmp_device.h>
20 21  
21 22 #define STMP_MODULE_CLKGATE (1 << 30)