* [KJ] linux-2.6.21: apm.c remove unused variables
@ 2007-05-11 13:28 walter harms
2007-05-28 11:04 ` walter harms
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: walter harms @ 2007-05-11 13:28 UTC (permalink / raw)
To: kernel-janitors
Hello list,
this patch removes the unused variables
clock_cmos_diff
got_clock_diff
from apm.c
note:
an other clock_cmos_diff is defined (and used):
x86_64/kernel/time.c:static long clock_cmos_diff;
Signed-off-by: walter harms <wharms@bfs.de>
--- linux-2.6.21/arch/i386/kernel/apm.c.org 2007-05-11 15:25:06.000000000 +0200
+++ linux-2.6.21/arch/i386/kernel/apm.c 2007-05-11 15:25:47.000000000 +0200
@@ -383,14 +383,6 @@
static int ignore_sys_suspend;
static int ignore_normal_resume;
static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL;
-
-#ifdef CONFIG_APM_RTC_IS_GMT
-# define clock_cmos_diff 0
-# define got_clock_diff 1
-#else
-static long clock_cmos_diff;
-static int got_clock_diff;
-#endif
static int debug __read_mostly;
static int smp __read_mostly;
static int apm_disabled = -1;
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [KJ] linux-2.6.21: apm.c remove unused variables
2007-05-11 13:28 [KJ] linux-2.6.21: apm.c remove unused variables walter harms
@ 2007-05-28 11:04 ` walter harms
2007-05-28 12:13 ` Florian Westphal
2007-05-28 15:27 ` walter harms
2 siblings, 0 replies; 5+ messages in thread
From: walter harms @ 2007-05-28 11:04 UTC (permalink / raw)
To: kernel-janitors
hi list,
i did not get any comment about this patch. does that mean everyone is happy ?
re,
wh
walter harms wrote:
> Hello list,
>
> this patch removes the unused variables
> clock_cmos_diff
> got_clock_diff
> from apm.c
>
>
> note:
> an other clock_cmos_diff is defined (and used):
> x86_64/kernel/time.c:static long clock_cmos_diff;
>
> Signed-off-by: walter harms <wharms@bfs.de>
>
>
> --- linux-2.6.21/arch/i386/kernel/apm.c.org 2007-05-11 15:25:06.000000000 +0200
> +++ linux-2.6.21/arch/i386/kernel/apm.c 2007-05-11 15:25:47.000000000 +0200
> @@ -383,14 +383,6 @@
> static int ignore_sys_suspend;
> static int ignore_normal_resume;
> static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL;
> -
> -#ifdef CONFIG_APM_RTC_IS_GMT
> -# define clock_cmos_diff 0
> -# define got_clock_diff 1
> -#else
> -static long clock_cmos_diff;
> -static int got_clock_diff;
> -#endif
> static int debug __read_mostly;
> static int smp __read_mostly;
> static int apm_disabled = -1;
> _______________________________________________
> Kernel-janitors mailing list
> Kernel-janitors@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
>
>
>
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [KJ] linux-2.6.21: apm.c remove unused variables
@ 2007-05-28 11:04 ` walter harms
0 siblings, 0 replies; 5+ messages in thread
From: walter harms @ 2007-05-28 11:04 UTC (permalink / raw)
Cc: kj, linux-laptop
hi list,
i did not get any comment about this patch. does that mean everyone is happy ?
re,
wh
walter harms wrote:
> Hello list,
>
> this patch removes the unused variables
> clock_cmos_diff
> got_clock_diff
> from apm.c
>
>
> note:
> an other clock_cmos_diff is defined (and used):
> x86_64/kernel/time.c:static long clock_cmos_diff;
>
> Signed-off-by: walter harms <wharms@bfs.de>
>
>
> --- linux-2.6.21/arch/i386/kernel/apm.c.org 2007-05-11 15:25:06.000000000 +0200
> +++ linux-2.6.21/arch/i386/kernel/apm.c 2007-05-11 15:25:47.000000000 +0200
> @@ -383,14 +383,6 @@
> static int ignore_sys_suspend;
> static int ignore_normal_resume;
> static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL;
> -
> -#ifdef CONFIG_APM_RTC_IS_GMT
> -# define clock_cmos_diff 0
> -# define got_clock_diff 1
> -#else
> -static long clock_cmos_diff;
> -static int got_clock_diff;
> -#endif
> static int debug __read_mostly;
> static int smp __read_mostly;
> static int apm_disabled = -1;
> _______________________________________________
> Kernel-janitors mailing list
> Kernel-janitors@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [KJ] linux-2.6.21: apm.c remove unused variables
2007-05-11 13:28 [KJ] linux-2.6.21: apm.c remove unused variables walter harms
2007-05-28 11:04 ` walter harms
@ 2007-05-28 12:13 ` Florian Westphal
2007-05-28 15:27 ` walter harms
2 siblings, 0 replies; 5+ messages in thread
From: Florian Westphal @ 2007-05-28 12:13 UTC (permalink / raw)
To: kernel-janitors
walter harms <wharms@bfs.de> wrote:
> i did not get any comment about this patch. does that mean everyone is happy ?
These changes are already in Linus' tree (commit 78eea47ac3e256559d97f0c2434928be39cba524).
Florian
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [KJ] linux-2.6.21: apm.c remove unused variables
2007-05-11 13:28 [KJ] linux-2.6.21: apm.c remove unused variables walter harms
2007-05-28 11:04 ` walter harms
2007-05-28 12:13 ` Florian Westphal
@ 2007-05-28 15:27 ` walter harms
2 siblings, 0 replies; 5+ messages in thread
From: walter harms @ 2007-05-28 15:27 UTC (permalink / raw)
To: kernel-janitors
thx for info
Florian Westphal wrote:
> walter harms <wharms@bfs.de> wrote:
>> i did not get any comment about this patch. does that mean everyone is happy ?
>
> These changes are already in Linus' tree (commit 78eea47ac3e256559d97f0c2434928be39cba524).
>
> Florian
> _______________________________________________
> Kernel-janitors mailing list
> Kernel-janitors@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
>
>
>
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-05-28 15:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 13:28 [KJ] linux-2.6.21: apm.c remove unused variables walter harms
2007-05-28 11:04 ` walter harms
2007-05-28 11:04 ` walter harms
2007-05-28 12:13 ` Florian Westphal
2007-05-28 15:27 ` walter harms
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.