diff options
-rw-r--r-- | drivers/parisc/sba_iommu.c | 5 | ||||
-rw-r--r-- | include/asm-parisc/mckinley.h | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index 8b4732815511..d80ce476189f 100644 --- a/drivers/parisc/sba_iommu.c +++ b/drivers/parisc/sba_iommu.c | |||
@@ -38,15 +38,12 @@ | |||
38 | #include <linux/proc_fs.h> | 38 | #include <linux/proc_fs.h> |
39 | #include <linux/seq_file.h> | 39 | #include <linux/seq_file.h> |
40 | 40 | ||
41 | #include <asm/mckinley.h> /* for proc_mckinley_root */ | ||
41 | #include <asm/runway.h> /* for proc_runway_root */ | 42 | #include <asm/runway.h> /* for proc_runway_root */ |
42 | #include <asm/pdc.h> /* for PDC_MODEL_* */ | 43 | #include <asm/pdc.h> /* for PDC_MODEL_* */ |
43 | #include <asm/pdcpat.h> /* for is_pdc_pat() */ | 44 | #include <asm/pdcpat.h> /* for is_pdc_pat() */ |
44 | #include <asm/parisc-device.h> | 45 | #include <asm/parisc-device.h> |
45 | 46 | ||
46 | |||
47 | /* declared in arch/parisc/kernel/setup.c */ | ||
48 | extern struct proc_dir_entry * proc_mckinley_root; | ||
49 | |||
50 | #define MODULE_NAME "SBA" | 47 | #define MODULE_NAME "SBA" |
51 | 48 | ||
52 | #ifdef CONFIG_PROC_FS | 49 | #ifdef CONFIG_PROC_FS |
diff --git a/include/asm-parisc/mckinley.h b/include/asm-parisc/mckinley.h new file mode 100644 index 000000000000..d1ea6f12915e --- /dev/null +++ b/include/asm-parisc/mckinley.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef ASM_PARISC_MCKINLEY_H | ||
2 | #define ASM_PARISC_MCKINLEY_H | ||
3 | #ifdef __KERNEL__ | ||
4 | |||
5 | /* declared in arch/parisc/kernel/setup.c */ | ||
6 | extern struct proc_dir_entry * proc_mckinley_root; | ||
7 | |||
8 | #endif /*__KERNEL__*/ | ||
9 | #endif /*ASM_PARISC_MCKINLEY_H*/ | ||