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 67143C05027 for ; Fri, 17 Feb 2023 14:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229496AbjBQOFW (ORCPT ); Fri, 17 Feb 2023 09:05:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229553AbjBQOFW (ORCPT ); Fri, 17 Feb 2023 09:05:22 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94F796607E; Fri, 17 Feb 2023 06:05:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676642721; x=1708178721; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=xAaRuMhhYG2z1ewxdapPzLqYMUQ63b3+h5Hxyb/7SOA=; b=NHP/5+aNElpJhXxZPlXx5nGU0uqdCzJ97zLaRxp+9lhtXKz1hLUt+Ds3 hjCGv8XxoTellQKqOlINW403oBFW4RpJkItdGiUXj+Ll5zX/4FqYKFMll +HARddWKVwF7lFZsmX8UUyA6Jt5Oyd9b62U3I+6N7GoQmJvJ1woTWPyQx IOLUBVak7AC6cLrhEsnpqANef8z2Md4n6kQz4iDaIL2jfB5dLGPg1Oc9J AjD3pOjA3nHtzjO70VYKF0aMRF1k/KvpWdbk89FX595rlxVkJuB4cnddk dBqqIp+TOQB23MyM4vavDNctX8StXux2KQW8WKjGQ286tgy+AkTRg8Mub Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="333349988" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="333349988" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2023 06:05:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="779798948" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="779798948" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP; 17 Feb 2023 06:05:18 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pT1MT-008Eix-05; Fri, 17 Feb 2023 16:05:17 +0200 Date: Fri, 17 Feb 2023 16:05:16 +0200 From: Andy Shevchenko To: Biju Das Cc: Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, Geert Uytterhoeven , Niklas =?iso-8859-1?Q?S=F6derlund?= , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v4 2/6] serial: 8250_em: Drop slab.h Message-ID: References: <20230217114255.226517-1-biju.das.jz@bp.renesas.com> <20230217114255.226517-3-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230217114255.226517-3-biju.das.jz@bp.renesas.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, Feb 17, 2023 at 11:42:51AM +0000, Biju Das wrote: > This patch removes the unused header file slab.h. Please, read Submitting Patches on how to make your commit messages better. https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-your-changes -- With Best Regards, Andy Shevchenko