From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EDC3515CAB for ; Tue, 8 Nov 2022 13:50:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AB52C433D6; Tue, 8 Nov 2022 13:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667915427; bh=D0jJIemx6fqoLQzv6MyEpZjQy3nqd7ClP1DdBqbamak=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tWjesEDCiot3067tVZ2CUWahfs2IV60jGDNq1x0iKa37kmzpAh8SJb6aEIHupas/A J18IOOup7SRLXxaSTH51DE4mw2Y9wAMNEhSI7ek+aIPrfxlso8hcb9dHQ/WNLgR3Dp ererLXfaUCw97Dh1BCqG0nrxXUuKZY1Lk1e0m5rk= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Helge Deller , kernel test robot Subject: [PATCH 5.4 60/74] parisc: Export iosapic_serial_irq() symbol for serial port driver Date: Tue, 8 Nov 2022 14:39:28 +0100 Message-Id: <20221108133336.234959218@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221108133333.659601604@linuxfoundation.org> References: <20221108133333.659601604@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Helge Deller commit a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18 upstream. The parisc serial port driver needs this symbol when it's compiled as module. Signed-off-by: Helge Deller Reported-by: kernel test robot Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/parisc/iosapic.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c @@ -875,6 +875,7 @@ int iosapic_serial_irq(struct parisc_dev return vi->txn_irq; } +EXPORT_SYMBOL(iosapic_serial_irq); #endif