Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1823996imm; Mon, 3 Sep 2018 10:22:31 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbKaCrrhtnu4kefdpTowSTahNkRFpFg1eRNkDeb2xitCbKRiHe1nIh2uOM9Npa5jFC78rOa X-Received: by 2002:a62:56d9:: with SMTP id h86-v6mr6917751pfj.229.1535995351138; Mon, 03 Sep 2018 10:22:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535995351; cv=none; d=google.com; s=arc-20160816; b=J52TDfJ7/IRO6u0aytQPI+4RtkLrTQvMQlIh6eN2I8xA8fl7q/QT9VP3UiWbDu4+ps PRXsM2k+lCu2pzAp8cU8vmshtM6H6J/mW7d/ooR0yKTca7Gv8myy1kJZjYtZlhY3oNc8 0l+tmGuuiKpTUuuDS7Mh+vYuyaUPfBWEyQXs6Lwb1v7xJYgguSSR0j7sULA2AoquJdtr ZCbjZYdXlY/1NFWmeC9/g4hLPlWdmtk/XyZfPBgp8HsKIX/6SSFIVXDWWF64PvAjTX03 KmsYSS70eDqYC55osCeN8RSsoywflm8yuxCB2LlTlaICOCTpz7FmkbUkhM2Y2Uccfi3L LvOQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=VUK8P9XNQQKE9mmrcDrw0ByVDpHT5N2EsV30Iguv68c=; b=IFmarYlnTnzw/xXPGjKr/JhdF3HVkpNM+JrkWdL3i9+UdS0saHvxWt6PA2kZA+07TL CSDcTVwAAWYSMp1r3nezfGxGIKeHT1KoWnCf0eNO5R04f8fGdppYda4XZx1OkjLlw4BA GvRafpY6hr9IzSsFUWj0k8jlt3DCEAga5yU/dye0g8gn9QBgg7JUy1vVqUkQz6U/ZEJ/ xsMAdcje/odTVBciSYUeBWML7qcuDXMGZ6GdJ/C/1xAjEa5QNdr6RKF3AaKZ0ZmqQ03d okttSZ5Jw+rxG0XkN2ZSyN6JDx4+jkOXzD83dbAc6NTZmdsS/8hwQZ/X9e4hzHr1f2TH dzOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w26-v6si19239104pgk.372.2018.09.03.10.22.16; Mon, 03 Sep 2018 10:22:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730430AbeICVj7 (ORCPT + 99 others); Mon, 3 Sep 2018 17:39:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43146 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728388AbeICVj7 (ORCPT ); Mon, 3 Sep 2018 17:39:59 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id BC36BD09; Mon, 3 Sep 2018 17:18:53 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Thomas Petazzoni , "David S. Miller" , Sasha Levin Subject: [PATCH 4.14 070/165] sparc: use asm-generic version of msi.h Date: Mon, 3 Sep 2018 18:55:56 +0200 Message-Id: <20180903165658.610843044@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180903165655.003605184@linuxfoundation.org> References: <20180903165655.003605184@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Thomas Petazzoni [ Upstream commit 12be1036c536f849ad6f9bba73cffa708aa965c3 ] This is necessary to be able to include when CONFIG_GENERIC_MSI_IRQ_DOMAIN is enabled. Without this, a build with CONFIG_GENERIC_MSI_IRQ_DOMAIN fails with: In file included from drivers//ata/ahci.c:45:0: >> include/linux/msi.h:226:10: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? msi_alloc_info_t *arg); ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:230:9: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? msi_alloc_info_t *arg); ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:239:12: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? msi_alloc_info_t *arg); ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:240:22: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? void (*msi_finish)(msi_alloc_info_t *arg, int retval); ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:241:20: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? void (*set_desc)(msi_alloc_info_t *arg, ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:316:18: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? int nvec, msi_alloc_info_t *args); ^~~~~~~~~~~~~~~~ sg_alloc_fn include/linux/msi.h:318:29: error: unknown type name 'msi_alloc_info_t'; did you mean 'sg_alloc_fn'? int virq, int nvec, msi_alloc_info_t *args); ^~~~~~~~~~~~~~~~ sg_alloc_fn Signed-off-by: Thomas Petazzoni Signed-off-by: David S. Miller Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/sparc/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -14,6 +14,7 @@ generic-y += local64.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h generic-y += module.h +generic-y += msi.h generic-y += preempt.h generic-y += rwsem.h generic-y += serial.h