Skip to content

Commit

Permalink
rtc-parisc: declare rtc_parisc_dev as static
Browse files Browse the repository at this point in the history
Signed-off-by: dann frazier <dannf@hp.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Grant Grundler <grundler@parisc-linux.org>
Cc: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
dann frazier authored and Linus Torvalds committed Apr 1, 2009
1 parent 2b93cff commit d09c091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void __init start_cpu_itimer(void)
per_cpu(cpu_data, cpu).it_value = next_tick;
}

struct platform_device rtc_parisc_dev = {
static struct platform_device rtc_parisc_dev = {
.name = "rtc-parisc",
.id = -1,
};
Expand Down

0 comments on commit d09c091

Please sign in to comment.