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 B1AF5C4332F for ; Sun, 13 Nov 2022 20:34:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235620AbiKMUex (ORCPT ); Sun, 13 Nov 2022 15:34:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235588AbiKMUe0 (ORCPT ); Sun, 13 Nov 2022 15:34:26 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7B8B513F3B for ; Sun, 13 Nov 2022 12:34:08 -0800 (PST) Message-ID: <20221113202428.760225831@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1668371647; 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=vyAOtKiLGPQMWrI5pYLj7HpC4nHb4okxWSCEhrh3OOM=; b=Xz/Y1+VIzP9pbSypMlXf+X/sNaUEPUWPUH9bQWxGwqeZODSdxQKWNeogVr3kCWqK7UEj87 ZeJ+38WeuHAWrCqV+Yhak7aZXgncZoRBqUtiOOjlp+SGxO63SEc7ICQj9USO5LMFI/NRzS MshbFmHYUImYi1s9N7MLI0840xCgrcmnf/GereoRsVBO2mm3ZBEZW/RoFv7EZ0XEotJxfm gxCEEFhpYE24V7bXt0WnwOQtYhekgURXB7HWkMhlXBfpqvn61fBvU9p24ieDfMvuFFxCPh 2lswRiScac9f/60BJbwl0QxwRtzLEaYw8pW/r8tP2Yvw+fMmfYkwNqbjFV1N2A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1668371647; 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=vyAOtKiLGPQMWrI5pYLj7HpC4nHb4okxWSCEhrh3OOM=; b=FVL1KDMHMo8lgvFwMJInGIgweoymkp4w854y1gSCbVlVZ3ku0/B9MLscUdJMKiQ8MJnuV3 L7a9lEw9sZJv+sCw== From: Thomas Gleixner To: LKML Cc: Marc Zyngier , Roy Pledge Subject: [patch 08/10] soc: fsl: dpio: 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:34:07 +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: Roy Pledge --- drivers/soc/fsl/dpio/dpio-driver.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/soc/fsl/dpio/dpio-driver.c +++ b/drivers/soc/fsl/dpio/dpio-driver.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include