diff options
| author | Helge Deller <[email protected]> | 2023-08-27 06:43:52 +0000 |
|---|---|---|
| committer | Helge Deller <[email protected]> | 2023-08-27 07:17:37 +0000 |
| commit | 07c34e9fdcda868ef33c234e403b88dfb4aa6d8c (patch) | |
| tree | 790ac027e97392ed98c1013dd9dc84f00ed60801 /arch/parisc/include/asm/processor.h | |
| parent | parisc: Makefile: Adjust order in which drivers should be loaded (diff) | |
| download | kernel-07c34e9fdcda868ef33c234e403b88dfb4aa6d8c.tar.gz kernel-07c34e9fdcda868ef33c234e403b88dfb4aa6d8c.zip | |
parisc: dino: Convert dino PCI bus driver to use arch_initcall()
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
| -rw-r--r-- | arch/parisc/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index e132b2819fc9..275456ea7758 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h @@ -317,7 +317,6 @@ extern void gsc_init(void); extern void processor_init(void); extern void ccio_init(void); extern void hppb_init(void); -extern void dino_init(void); extern void iosapic_init(void); extern void lba_init(void); extern void sba_init(void); |
