diff options
author | Helge Deller <deller@gmx.de> | 2023-06-30 13:31:48 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-06-30 17:14:15 +0200 |
commit | f310f8dd1414d284566ffe47fb8b4379a0d74a64 (patch) | |
tree | 04f58baaa0f48b3b8ac5c7c63d5166f8189191bd /drivers/parisc/dino.c | |
parent | c8080024e0f7654c162fc39d33d5c69e5205960f (diff) | |
download | lwn-f310f8dd1414d284566ffe47fb8b4379a0d74a64.tar.gz lwn-f310f8dd1414d284566ffe47fb8b4379a0d74a64.zip |
parisc: Move init function declarations into header file
Clean up the code to not have external function declarations
inside the C source files. Reduces warnings when compiled with W=1.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc/dino.c')
-rw-r--r-- | drivers/parisc/dino.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index 2c36f3e027c2..f89f9fb4c84b 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -924,8 +924,6 @@ static const char cujo_vers[][4] = { "2.0" }; -void ccio_cujo20_fixup(struct parisc_device *dev, u32 iovp); - /* ** Determine if dino should claim this chip (return 0) or not (return 1). ** If so, initialize the chip appropriately (card-mode vs bridge mode). |