diff --git a/[refs] b/[refs] index 04ef33b60f48..2ce112b4f668 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2cee5dfa8b01524a1d937d56ee518677b7acfb38 +refs/heads/master: a0098efd6ee4e8c04d82d761aa1bb9ec7a0aa32d diff --git a/trunk/include/linux/bcd.h b/trunk/include/linux/bcd.h index 7ac518e3c152..75f6d6e699a0 100644 --- a/trunk/include/linux/bcd.h +++ b/trunk/include/linux/bcd.h @@ -15,11 +15,4 @@ unsigned bcd2bin(unsigned char val) __attribute_const__; unsigned char bin2bcd(unsigned val) __attribute_const__; -#define BCD2BIN(val) bcd2bin(val) -#define BIN2BCD(val) bin2bcd(val) - -/* backwards compat */ -#define BCD_TO_BIN(val) ((val)=BCD2BIN(val)) -#define BIN_TO_BCD(val) ((val)=BIN2BCD(val)) - #endif /* _BCD_H */