aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2018-04-20 23:23:37 +0200
committerHelge Deller <deller@gmx.de>2018-05-02 21:47:35 +0200
commit8d73b18079613baf75019a920ce6a1ac0dac8b5b (patch)
treefbfab6facd9145ce885cd432b427154cf4cdb51f /drivers/parisc
parentparisc: drivers.c: Fix section mismatches (diff)
downloadlinux-dev-8d73b18079613baf75019a920ce6a1ac0dac8b5b.tar.xz
linux-dev-8d73b18079613baf75019a920ce6a1ac0dac8b5b.zip
parisc: Fix section mismatches
Fix three section mismatches: 1) Section mismatch in reference from the function ioread8() to the function .init.text:pcibios_init_bridge() 2) Section mismatch in reference from the function free_initmem() to the function .init.text:map_pages() 3) Section mismatch in reference from the function ccio_ioc_init() to the function .init.text:count_parisc_driver() Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc')
-rw-r--r--drivers/parisc/ccio-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c
index acba1f56af3e..126cf19e869b 100644
--- a/drivers/parisc/ccio-dma.c
+++ b/drivers/parisc/ccio-dma.c
@@ -1263,7 +1263,7 @@ static struct parisc_driver ccio_driver __refdata = {
* I/O Page Directory, the resource map, and initalizing the
* U2/Uturn chip into virtual mode.
*/
-static void
+static void __init
ccio_ioc_init(struct ioc *ioc)
{
int i;