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 34923ECAAD2 for ; Tue, 30 Aug 2022 02:33:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D670B849AD; Tue, 30 Aug 2022 04:31:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="DwTA2jCq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7B75884994; Tue, 30 Aug 2022 04:31:53 +0200 (CEST) Received: from mail-yw1-x112b.google.com (mail-yw1-x112b.google.com [IPv6:2607:f8b0:4864:20::112b]) (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 36B5D849A2 for ; Tue, 30 Aug 2022 04:31:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-33dc345ad78so241019977b3.3 for ; Mon, 29 Aug 2022 19:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=zD8ntGe5BDeWO5kR2/EdrFuyUWA18zsd+ex82zmIOKk=; b=DwTA2jCqLhKyqUl13g88PSvf2mjfBF84U9yyEjs/RYXpdXx0ZfNlIvNJTz28jZIcNJ s7ZCoVHSJRTSLDVuF0Lx3DO8bXwysmPS0l0zOP+8i+xwjFmmwdJMxIAQ829muCpTnevD b6Pxh0PdqQ1nAwWYql+gTgNynVm1na+Sdilco= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=zD8ntGe5BDeWO5kR2/EdrFuyUWA18zsd+ex82zmIOKk=; b=F27X2s+TaWoKrhbKoTwjTCe++3d60KBkKMgVw9LW2HlPH11zHm1GaxhkTi/2WOm2on GrjM8U8vmt25o0wgI3O6c8yWHGbPUyGaVSqHJxgX5yfgypAht6leXu3/3Asi2KM4rHV8 s6b7R91aY77r3+aYp5f8nKZYWQRzTaFG8UlXDK1hDElXw7gagHZtCAo7gUSxmFxd6Dbp jh+IeDIXKekNu7MoOqiYJuax/PwjeYRDYkeqgU1teFO56du+XJjYS9XEw23M93pNUbA5 LxVuMuIqMRpiEN1w1rTjOWDMCj3QkGZv6yvnD4z16bmFhAtQkTjAKiY4w52eS9q9ahhe hIkw== X-Gm-Message-State: ACgBeo3D8dkIArn32FYbn8Z9wsenOGcHJannYe+klSB47HMPDHmHakzY AhjAsqnWG0s7XDkN+2iRAlBfarco8Zma5VsQ7PdECA== X-Google-Smtp-Source: AA6agR5bXnsyQei1M58xSwtZPFUgN9esb0PD6MVylB+kiTNooAD/lSgTll+QUDRP6ktsgrnROsJ0EEf+Phldih9N6nA= X-Received: by 2002:a25:558:0:b0:696:4e84:6367 with SMTP id 85-20020a250558000000b006964e846367mr9886468ybf.412.1661826709734; Mon, 29 Aug 2022 19:31:49 -0700 (PDT) MIME-Version: 1.0 References: <20220829062313.32654-1-sr@denx.de> <20220829062313.32654-7-sr@denx.de> In-Reply-To: <20220829062313.32654-7-sr@denx.de> From: Simon Glass Date: Mon, 29 Aug 2022 20:31:38 -0600 Message-ID: Subject: Re: [RFC PATCH 6/8] watchdog: Remove WATCHDOG_RESET macro To: Stefan Roese Cc: U-Boot Mailing List , Tom Rini , Rasmus Villemoes Content-Type: text/plain; charset="UTF-8" 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.6 at phobos.denx.de X-Virus-Status: Clean On Mon, 29 Aug 2022 at 00:23, Stefan Roese wrote: > > Now that we've globally replaced all WATCHDOG_RESET occurances, let's > remove the ugly macro itself in the header. > > Signed-off-by: Stefan Roese > --- > include/watchdog.h | 36 ------------------------------------ > 1 file changed, 36 deletions(-) Reviewed-by: Simon Glass Nice!