From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D660C433FE for ; Sun, 13 Nov 2022 20:34:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235507AbiKMUeB (ORCPT ); Sun, 13 Nov 2022 15:34:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235440AbiKMUd7 (ORCPT ); Sun, 13 Nov 2022 15:33:59 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 544A8B87C for ; Sun, 13 Nov 2022 12:33:57 -0800 (PST) Message-ID: <20221113202428.312137892@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1668371636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=vMcbkOsI7zhBRENyqdYaxGJtTm5add2jLySmQi7aSgs=; b=B74oW/OOJ7fj1CNm7SphJbAi8TEiMtPdl+rzbegi+PkCblBuU/4AToA8SWVkGCaUIeBmwa K4zl6D1eL5SY+Ja8Ggwe0XBHyKx4wnUV+gq6dtLAEucOHAIlE/rQZ0S1TCBv85TF/47o6q j9w2XTEANl71wGZWX3AVUE+gvstBaxabik9pfXLA+Kf6PmWw4Dx8c4NKLydApWlhQi9Ocu RODg690fAhgQZhziW0wN8JXhWqxRDmvD5zCeos44i4lLWQKZt3re+h378RvZM9k66Z/jxF hAvFH0lDbXfx48uHrZ3clhC0KsY6ML/dDka5Gx+0+avgYRifR+VzH9Q09bOeww== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1668371636; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=vMcbkOsI7zhBRENyqdYaxGJtTm5add2jLySmQi7aSgs=; b=plB3yfTPnTHibRCxWAlpnhkjuMJnRwtSZ5e4D+BMaMIzYULCbV/c+wZtXhDN1YPQL4h4Mm eiQRXSPLourPetCw== From: Thomas Gleixner To: LKML Cc: Marc Zyngier , Lee Jones Subject: [patch 01/10] mfd: timberdale: Remove linux/msi.h include References: <20221113201935.776707081@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Sun, 13 Nov 2022 21:33:56 +0100 (CET) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nothing in this file needs anything from linux/msi.h Signed-off-by: Thomas Gleixner Cc: Lee Jones --- drivers/mfd/timberdale.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/mfd/timberdale.c +++ b/drivers/mfd/timberdale.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include