aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bcd.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/bcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bcd.c b/lib/bcd.c
index d74257fd0fe7..55efaf742346 100644
--- 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)
{