lib/stmp_device.c: replace module.h include
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:03:13 +0000 (15:03 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:16 +0000 (18:54 -0800)
commitb6d4f3221d7fe00d440edaeeb6cde7257ae63a73
tree579443973544634e485a00ad447d2f2cf9285045
parent2ddae683bf36d50b960402a94a55047ab0c73e2c
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/stmp_device.c