Commit 5a85a7dda15f88b7f9c96c67fe826b5d0486d601

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent a0098efd6e

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>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

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 1 #ifndef _BCD_H
11 2 #define _BCD_H
12 3