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 C8D5715CAE for ; Tue, 8 Nov 2022 14:04:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4081DC433C1; Tue, 8 Nov 2022 14:04:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667916295; bh=D0jJIemx6fqoLQzv6MyEpZjQy3nqd7ClP1DdBqbamak=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rxRkWH5Pa18A/m1RHrpc+MD87LXw1ioreuUesKAYJE7GPXaMBGlrtJFlEFUQM+QNz wlQlx5dWeC3J4sWoNEP9S+vcyp4IrLfeuAn88Z0AUEDbXXYB6GB3ku7z35tP4dW/6h fqA5Gk7PDnqcBDYbqcLBGmxlGdR06MgSHQgwajII= 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.15 121/144] parisc: Export iosapic_serial_irq() symbol for serial port driver Date: Tue, 8 Nov 2022 14:39:58 +0100 Message-Id: <20221108133350.397067245@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221108133345.346704162@linuxfoundation.org> References: <20221108133345.346704162@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