diff options
| author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2009-02-19 10:46:49 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-04-01 21:05:31 -0400 |
| commit | 3afe6d04626f8de87b15150a30b78df492ab68ee (patch) | |
| tree | 5be89e6b7cb0053bd8e0d2b97b9905fb4adc1afe /arch/parisc/kernel | |
| parent | 8c534e95d595750d888a7aa8b6151f196d06c75b (diff) | |
parisc: rtc: Rename rtc-parisc to rtc-generic
The rtc-parisc driver is not PA-RISC specific at all, as it uses the existing
(but deprecated) generic RTC infrastructure ([gs]et_rtc_time()).
Rename the driver from rtc-parisc to rtc-generic.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/kernel')
| -rw-r--r-- | arch/parisc/kernel/time.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index e75cae6072c5..86a99d02234f 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c | |||
| @@ -216,14 +216,14 @@ void __init start_cpu_itimer(void) | |||
| 216 | per_cpu(cpu_data, cpu).it_value = next_tick; | 216 | per_cpu(cpu_data, cpu).it_value = next_tick; |
| 217 | } | 217 | } |
| 218 | 218 | ||
| 219 | static struct platform_device rtc_parisc_dev = { | 219 | static struct platform_device rtc_generic_dev = { |
| 220 | .name = "rtc-parisc", | 220 | .name = "rtc-generic", |
| 221 | .id = -1, | 221 | .id = -1, |
| 222 | }; | 222 | }; |
| 223 | 223 | ||
| 224 | static int __init rtc_init(void) | 224 | static int __init rtc_init(void) |
| 225 | { | 225 | { |
| 226 | if (platform_device_register(&rtc_parisc_dev) < 0) | 226 | if (platform_device_register(&rtc_generic_dev) < 0) |
| 227 | printk(KERN_ERR "unable to register rtc device...\n"); | 227 | printk(KERN_ERR "unable to register rtc device...\n"); |
| 228 | 228 | ||
| 229 | /* not necessarily an error */ | 229 | /* not necessarily an error */ |
