diff options
author | Helge Deller <deller@gmx.de> | 2023-08-28 18:29:46 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-08-28 19:00:27 +0300 |
commit | 77e0ddf097d6d4ceaf898e088b133b99e0a97fa0 (patch) | |
tree | e29bed79d7adfd5782ed384baefdcc833986113e /arch/parisc/include | |
parent | e0701e7b9fb741d92b5f888cdf2caa0afdff7209 (diff) | |
download | linux-77e0ddf097d6d4ceaf898e088b133b99e0a97fa0.tar.xz |
parisc: ccio-dma: Create private runway procfs root entry
Create an own procfs "runway" root entry for the CCIO driver.
No need to share it with the sba_iommu driver, as only one
of those busses can be active in one machine anyway.
Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 547259580dfa ("parisc: Move proc_mckinley_root and proc_runway_root to sba_iommu")
Cc: <stable@vger.kernel.org> # v6.5
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/runway.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/runway.h b/arch/parisc/include/asm/runway.h index 5cf061376ddb..2837f0223d6d 100644 --- a/arch/parisc/include/asm/runway.h +++ b/arch/parisc/include/asm/runway.h @@ -2,9 +2,6 @@ #ifndef ASM_PARISC_RUNWAY_H #define ASM_PARISC_RUNWAY_H -/* declared in arch/parisc/kernel/setup.c */ -extern struct proc_dir_entry * proc_runway_root; - #define RUNWAY_STATUS 0x10 #define RUNWAY_DEBUG 0x40 |