From 06d05fd99b9cf4e8cd2a7b52c313c41ff262fba0 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 18 Oct 2008 20:28:47 -0700 Subject: [PATCH] --- yaml --- r: 115973 b: refs/heads/master c: a0098efd6ee4e8c04d82d761aa1bb9ec7a0aa32d h: refs/heads/master i: 115971: 0bce40e053d5ea85330ad35e514c513b7e975eec v: v3 --- [refs] | 2 +- trunk/include/linux/bcd.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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 */