Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rasmus Villemoes and committed by
Linus Torvalds
b6d4f322 2ddae683

+2 -1
+2 -1
lib/stmp_device.c
··· 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)