From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v3 01/32] drm/exynos: Remove useless slab.h include Date: Fri, 01 Nov 2013 00:32:56 +0100 Message-ID: <12357209.tFivmFqbsi@flatron> References: <1383063198-10526-1-git-send-email-seanpaul@chromium.org> <1383063198-10526-2-git-send-email-seanpaul@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-ea0-f179.google.com (mail-ea0-f179.google.com [209.85.215.179]) by gabe.freedesktop.org (Postfix) with ESMTP id 90FA6EE6B8 for ; Thu, 31 Oct 2013 16:32:55 -0700 (PDT) Received: by mail-ea0-f179.google.com with SMTP id b10so1759053eae.10 for ; Thu, 31 Oct 2013 16:32:54 -0700 (PDT) In-Reply-To: <1383063198-10526-2-git-send-email-seanpaul@chromium.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: Sean Paul Cc: dri-devel@lists.freedesktop.org, marcheu@chromium.org List-Id: dri-devel@lists.freedesktop.org Hi Sean, St=E9phane, On Tuesday 29 of October 2013 12:12:47 Sean Paul wrote: > From: St=E9phane Marchesin > = > Signed-off-by: St=E9phane Marchesin > Signed-off-by: Sean Paul > --- > = > Changes in v2: None > Changes in v3: None > = > drivers/video/exynos/exynos_dp_core.c | 1 - > 1 file changed, 1 deletion(-) I'm not sure if this patch should really be a part of this series. Furthermore, is this header inclusion really useless? I believe it is the = place where kmalloc() and friends are declared. Best regards, Tomasz