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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41742C433EF for ; Fri, 25 Mar 2022 15:40:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 928208026F; Fri, 25 Mar 2022 16:40:46 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="cUNHAH3d"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 907B98026F; Fri, 25 Mar 2022 16:40:44 +0100 (CET) Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id CBB7980F91 for ; Fri, 25 Mar 2022 16:40:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=macroalpha82@gmail.com Received: by mail-oi1-x229.google.com with SMTP id z8so8545060oix.3 for ; Fri, 25 Mar 2022 08:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=8Se2x+1t33NIdDK11pynYWEfgMxh9CWhgiKTqTJy/90=; b=cUNHAH3dA8iBJplRF3F7B0bniVLuvnkPeMbpSvVURd7vHwLswFUD0hgqZtjkCHWkWY VmKW0sbb2Jo9Ge6voUHS5ywpDpYD3+m0kiZ6su9yRdyor0kMuYcyHxR6q24xwe37FiGq de8G4D/l31WsrLNCDYvkYDB7qBIbhkQwSwulSSW3UKFOj9Xhu4YwS0sSJHh30JPWEWHg KekXFWQvcppcCv/bqxp3/qsvyO1qyWrzJnslvITmvqFFY4YxC78r1keBHm2WouOavRAI MoPMlp/ATryUQc5YniGSQrYDlbLEWtSpSETc59rIkQnMEAvCeyZ/4f8vX0Rt3T68skF2 tUbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=8Se2x+1t33NIdDK11pynYWEfgMxh9CWhgiKTqTJy/90=; b=jrnD/zHUiPoRjLbgssVRx55MNbBOrIoZ5wTyXslPTewDRb1leY6Ez4/B+Z9TfjW1tL 61NyhhhHFhP9/iIHWkdakfa6SZZNDOcRYYewh06ihhIOvhd5dJIm95d31AvdpJE7Nqh4 cE7AWDrJK+fnLfRU+kfV7Z2WDWH1YWjkb5HvMbMNGRiseS7f4N4SCETcj9wFESWsM/aP a8VayobbsV49xzswTeP5Gx/52UKavg6lGOhHzC6DQfEA+1cE0xEeItkVxo20nBPsUST1 7tjUd5lMam8uapIizMgcZf39Gtas9HLmKUdwoS7MPoNz/TJHtHARP7JJyOpy5T5hUuzS uEYQ== X-Gm-Message-State: AOAM531vkVccRZhugOoCKC7FIfZcNuNZNPciSx4r/5dUkyMRc8qKWLJZ /WFlNLT/L4MbjMS8sNdcNsMZCkIJ6Lw= X-Google-Smtp-Source: ABdhPJzokkgz5gFM9Eo2WYVWh5qpxT10/biLBsT8cH6vSIOPEaLLlrUji31afgx3cxGAqs4ei0yxjg== X-Received: by 2002:a54:4899:0:b0:2ef:3d97:2528 with SMTP id r25-20020a544899000000b002ef3d972528mr10259870oic.211.1648222840202; Fri, 25 Mar 2022 08:40:40 -0700 (PDT) Received: from wintermute.localdomain (cpe-76-183-134-35.tx.res.rr.com. [76.183.134.35]) by smtp.gmail.com with ESMTPSA id p11-20020acabf0b000000b002ef93581a46sm2922872oif.2.2022.03.25.08.40.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Mar 2022 08:40:39 -0700 (PDT) From: Chris Morgan To: u-boot@lists.denx.de Cc: kever.yang@rock-chips.com, philipp.tomsich@vrull.eu, sjg@chromium.org, jagan@amarulasolutions.com, Chris Morgan Subject: [PATCH] spi: rockchip_sfc: Add missing include for dm/device_compat.h Date: Fri, 25 Mar 2022 10:40:35 -0500 Message-Id: <20220325154035.18639-1-macroalpha82@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean From: Chris Morgan Add missing include for dm/device_compat.h. Without this include the SFC driver fails to compile because dev_err and dev_dbg are not defined. Signed-off-by: Chris Morgan --- drivers/spi/rockchip_sfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/rockchip_sfc.c b/drivers/spi/rockchip_sfc.c index e098addddc..851a648298 100644 --- a/drivers/spi/rockchip_sfc.c +++ b/drivers/spi/rockchip_sfc.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- 2.25.1