[PATCH 1/2] RTC driver init adjustment

2006-12-08 Thread Jan Beulich
This patch - conditionalizes procfs code upon CONFIG_PROC_FS (to reduce code size when that option is not enabled) - makes initialization no longer fail when the procfs entry can't be allocated (namely would initialization always have failed when CONFIG_PROC_FS was not set) - moves the former

[PATCH 1/2] RTC driver init adjustment

2006-12-08 Thread Jan Beulich
Ensure RTC driver doesn't use its timer when it doesn't get to set it up (as it cannot currently prevent other of its functions to be called from outside when not built as a module - probably this should also be addressed). Signed-off-by: Jan Beulich <[EMAIL PROTECTED]> --- linux-2.6.19/drivers/c