aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcd.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-10-18 23:28:48 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-20 11:52:42 -0400
commit5a85a7dda15f88b7f9c96c67fe826b5d0486d601 (patch)
treeed24fd3b6f725be1f2bed37debede492d89d78ab /include/linux/bcd.h
parenta0098efd6ee4e8c04d82d761aa1bb9ec7a0aa32d (diff)
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.h9
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 @@
1/* Permission is hereby granted to copy, modify and redistribute this code
2 * in terms of the GNU Library General Public License, Version 2 or later,
3 * at your option.
4 */
5
6/* macros to translate to/from binary and binary-coded decimal (frequently
7 * found in RTC chips).
8 */
9
10#ifndef _BCD_H 1#ifndef _BCD_H
11#define _BCD_H 2#define _BCD_H
12 3