Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115973
b: refs/heads/master
c: a0098ef
h: refs/heads/master
i:
  115971: 0bce40e
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 20, 2008
1 parent 068dd17 commit 06d05fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cee5dfa8b01524a1d937d56ee518677b7acfb38
refs/heads/master: a0098efd6ee4e8c04d82d761aa1bb9ec7a0aa32d
7 changes: 0 additions & 7 deletions trunk/include/linux/bcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 06d05fd

Please sign in to comment.