diff options
Diffstat (limited to 'lib/bcd.c')
-rw-r--r-- | lib/bcd.c | 2 |
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) { |