diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-10-18 20:28:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-20 08:52:42 -0700 |
commit | 5a85a7dda15f88b7f9c96c67fe826b5d0486d601 (patch) | |
tree | ed24fd3b6f725be1f2bed37debede492d89d78ab /include/linux/bcd.h | |
parent | a0098efd6ee4e8c04d82d761aa1bb9ec7a0aa32d (diff) | |
download | talos-op-linux-5a85a7dda15f88b7f9c96c67fe826b5d0486d601.tar.gz talos-op-linux-5a85a7dda15f88b7f9c96c67fe826b5d0486d601.zip |
include/linux/bcd.h: remove comments
- 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 <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/bcd.h')
-rw-r--r-- | include/linux/bcd.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/bcd.h b/include/linux/bcd.h index 75f6d6e699a0..22ea563ba3eb 100644 --- a/include/linux/bcd.h +++ b/include/linux/bcd.h @@ -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 |