]> Pileus Git - ~andy/linux/blobdiff - lib/bcd.c
lib: reduce the use of module.h wherever possible
[~andy/linux] / lib / bcd.c
index d74257fd0fe70cae682c79f6b5ab36911ec39e5c..55efaf7423462d9d116aad5e3383e83e0952967e 100644 (file)
--- a/lib/bcd.c
+++ b/lib/bcd.c
@@ -1,5 +1,5 @@
 #include <linux/bcd.h>
-#include <linux/module.h>
+#include <linux/export.h>
 
 unsigned bcd2bin(unsigned char val)
 {