Received: by 2002:ac0:da4c:0:0:0:0:0 with SMTP id a12csp28378imi; Thu, 21 Jul 2022 15:13:19 -0700 (PDT) X-Google-Smtp-Source: AGRyM1sYY3qDebBw+RPZtOpSX3JXLFxM8jESrfk/fEZfR2tSgtJnGL1B/o02CLhYmrXNoerJDrde X-Received: by 2002:a17:907:7ea1:b0:72b:83cf:4ce9 with SMTP id qb33-20020a1709077ea100b0072b83cf4ce9mr601425ejc.204.1658441598906; Thu, 21 Jul 2022 15:13:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1658441598; cv=none; d=google.com; s=arc-20160816; b=gaeBon5/wR7jEgde8o3KYaj9ofxoIR5B/fzHwwKdQBPLVKxprP2zcDFWrgP0qdqHOH 8pVURuRQ+/HCMwrNnk1c/N42IK+Sfxmt3OamsbQmInb/p2cr0NetQU2rrEI8HbEia81X fdAZ+AXP+GPCBRkpFbj2q5uIjxWbYAyWR5oNJXtSzq63z4wkrH8w8ZFhJtnIGPMKWXBZ db8GSExjfTo76YL5pGSCCGIZ/XSxxzTM52kpTupa9NYcA2cvMwQ7Mur9W/g90ptXuYIg ry16iBK+TdRegXFgbdkJr83fayo+WLL+eA9YN9Xu/hj7npZbTPUgjUy5hkjnrFyI+5rK O2TA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=m/d9JBpHPCkl+7EJiqFGOT2RWzAUC2KzExFQEgrO0+4=; b=BWmUx9AZkVeM1qp0pDVI76BBr2euKNUL+D/LgsG55BrdgoRU0ptNs0ymxaiKLCNafH HIJ6IK9Twx5UzCR7ivsjFrqBnuzU9OM3SVU1Y6aKYoK/uqudeQBbBBZ2X5Q2OYbGitTA bsUo+jjkecJ82zhQkOyPhPeQaPRgdj/rH22sTYLB6Y9Ow8c7SeD/5VapKaTOPyTxzmby mY4ZSJaWr9++p/1YTyUys2f/srtY/EorqHhuPZlOFMcUt2LB6x4r8A1Owq0gJH8tdHxA IIhltO77PgotpreFvSYOrKQAvJG9s8u8pAHEfJnXOpo1m0309Nxq1jvWEvpPd2F0JVSA 72TQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id qk39-20020a1709077fa700b0072f67932939si4130933ejc.865.2022.07.21.15.12.54; Thu, 21 Jul 2022 15:13:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233824AbiGUVpx (ORCPT + 99 others); Thu, 21 Jul 2022 17:45:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbiGUVpv (ORCPT ); Thu, 21 Jul 2022 17:45:51 -0400 Received: from luna (cpc152649-stkp13-2-0-cust121.10-2.cable.virginm.net [86.15.83.122]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D60A617E1D for ; Thu, 21 Jul 2022 14:45:49 -0700 (PDT) Received: from ben by luna with local (Exim 4.96) (envelope-from ) id 1oEdzP-001uuG-2X; Thu, 21 Jul 2022 22:45:47 +0100 From: Ben Dooks To: linux-kernel@vger.kernel.org Cc: maz@kernel.org, tglx@linutronix.de, Ben Dooks Subject: [PATCH] irqchip/mmp: fix missing include of Date: Thu, 21 Jul 2022 22:45:47 +0100 Message-Id: <20220721214547.457049-1-ben-linux@fluff.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,FSL_HELO_NON_FQDN_1, HELO_NO_DOMAIN,KHOP_HELO_FCRDNS,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC, SPF_NONE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The icu_irq_chip is deifned in but the irq-mmp.c does not include this to get the definition of this symbol. Include the header to fix the following sparse warning: drivers/irqchip/irq-mmp.c:139:17: warning: symbol 'icu_irq_chip' was not declared. Should it be static? Signed-off-by: Ben Dooks --- drivers/irqchip/irq-mmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-mmp.c b/drivers/irqchip/irq-mmp.c index 83455ca72439..dcc30bee572e 100644 --- a/drivers/irqchip/irq-mmp.c +++ b/drivers/irqchip/irq-mmp.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include -- 2.35.1