diff options
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); |
