]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: RTC cleanups
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 26 Jul 2005 10:32:46 +0000 (03:32 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Jul 2005 10:32:46 +0000 (03:32 -0700)
commit15b9b00ca341b40dd79cb8999e12a6f1fadab342
tree8845585c9a4ec7a6f746ce62e5081d95cf1aa4b0
parentbf53bae483b9850bd84e40ab73a4fd9d5e1e648c
[PATCH] ARM: OMAP: RTC cleanups

The big win here is a shrink of runtime code size, but again there's
the usual MODULE_ALIAS_MISCDEV and sparse stuff and more traditional
coding style.

RTC driver cleanups:

    - Various "sparse" fixes
    - Reduce some pointless code duplication
    - Add a MODULE_ALIAS_MISCDEV (supports KMOD)
    - Style and other code cleanups

Object code shrinks by almost 800 bytes.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/char/omap-rtc.c