Skip to content

Commit

Permalink
include/linux/bcd.h: remove comments
Browse files Browse the repository at this point in the history
- the macros are gone
- there's no more code in this file,
  LGPL + GPL = GPL,
  and the code that was moved to lib/bcd.c is anyway trivial

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and torvalds committed Oct 20, 2008
1 parent a0098ef commit 5a85a7d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/linux/bcd.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/* Permission is hereby granted to copy, modify and redistribute this code
* in terms of the GNU Library General Public License, Version 2 or later,
* at your option.
*/

/* macros to translate to/from binary and binary-coded decimal (frequently
* found in RTC chips).
*/

#ifndef _BCD_H
#define _BCD_H

Expand Down

0 comments on commit 5a85a7d

Please sign in to comment.