diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-26 17:19:40 -0400 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-26 17:19:40 -0400 |
| commit | 2a322e4c08be4e7cb0c04b427ddaaa679fd88863 (patch) | |
| tree | ad8cc17bfd3b5e57e36f07a249028667d72f0b96 /drivers/char/misc.c | |
| parent | ba6d2377c85c9b8a793f455d8c9b6cf31985d70f (diff) | |
| parent | 8678887e7fb43cd6c9be6c9807b05e77848e0920 (diff) | |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'drivers/char/misc.c')
| -rw-r--r-- | drivers/char/misc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/misc.c b/drivers/char/misc.c index 3115d318b997..31cf84d69026 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c | |||
| @@ -66,8 +66,6 @@ static unsigned char misc_minors[DYNAMIC_MINORS / 8]; | |||
| 66 | extern int rtc_DP8570A_init(void); | 66 | extern int rtc_DP8570A_init(void); |
| 67 | extern int rtc_MK48T08_init(void); | 67 | extern int rtc_MK48T08_init(void); |
| 68 | extern int pmu_device_init(void); | 68 | extern int pmu_device_init(void); |
| 69 | extern int tosh_init(void); | ||
| 70 | extern int i8k_init(void); | ||
| 71 | 69 | ||
| 72 | #ifdef CONFIG_PROC_FS | 70 | #ifdef CONFIG_PROC_FS |
| 73 | static void *misc_seq_start(struct seq_file *seq, loff_t *pos) | 71 | static void *misc_seq_start(struct seq_file *seq, loff_t *pos) |
| @@ -314,12 +312,6 @@ static int __init misc_init(void) | |||
| 314 | #ifdef CONFIG_PMAC_PBOOK | 312 | #ifdef CONFIG_PMAC_PBOOK |
| 315 | pmu_device_init(); | 313 | pmu_device_init(); |
| 316 | #endif | 314 | #endif |
| 317 | #ifdef CONFIG_TOSHIBA | ||
| 318 | tosh_init(); | ||
| 319 | #endif | ||
| 320 | #ifdef CONFIG_I8K | ||
| 321 | i8k_init(); | ||
| 322 | #endif | ||
| 323 | if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) { | 315 | if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) { |
| 324 | printk("unable to get major %d for misc devices\n", | 316 | printk("unable to get major %d for misc devices\n", |
| 325 | MISC_MAJOR); | 317 | MISC_MAJOR); |
