From patchwork Tue Nov 26 18:43:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gurchetan Singh X-Patchwork-Id: 11262945 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F0C19930 for ; Tue, 26 Nov 2019 18:43:47 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D2EBF20835 for ; Tue, 26 Nov 2019 18:43:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2EBF20835 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C7F216E1E8; Tue, 26 Nov 2019 18:43:45 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA2A26E1E8 for ; Tue, 26 Nov 2019 18:43:44 +0000 (UTC) Received: by mail-pl1-x641.google.com with SMTP id k20so4067603pll.13 for ; Tue, 26 Nov 2019 10:43:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/pT2wJFLKID1h3HcgPf2KHbbcwubk2DWN3Ne5EOqdu0=; b=MHS0pZz/9PZya40FVNRKOwdZVdeo4GiGc2CCgxS5xAC+4WGy4658lHLF1suT+CdQKM 2Lk9bbn8FyT8jNzvoSZoGHH27UpPdCP5FSx63QK/BHLysGKpIIPIjQ9nZakmXV/70jrK 4HI+Wh/YbVlCbone1WOH9/LE/9bwKSnUCL0nDSJxBQ96i7E0VkVF2ck0MEEYBxv9NVqX TDz4PG9AQJixqn2bQoj+4kHoApnw9My6qttNuimYOL1IbAHxb+sASxy9jsXhW2KKIm6w F8XplVIc/qnBCPLOUwyl9XCu4Ax2OOjhxHLdF8WTlIPXryaF0/zckjvO7GtV/BStYD24 C1eQ== X-Gm-Message-State: APjAAAUfvMJ/auoNzMyReNRe6Tmo7T9Vi4tlj8qnyX58znX0UluPu4be 3YHcFB54Z4n09liDVxzWbXSf5cc9qT0= X-Google-Smtp-Source: APXvYqx+hgD3sxbcFBg+81vQ75EApEcwgIDBVlIX4ScwlmKZSn8HLnMxyNx34cTOMmGxAqDU3AFH4Q== X-Received: by 2002:a17:902:24b:: with SMTP id 69mr34751545plc.203.1574793824076; Tue, 26 Nov 2019 10:43:44 -0800 (PST) Received: from gurchetansingh0.mtv.corp.google.com ([2620:15c:202:201:bc97:5740:52a7:6875]) by smtp.gmail.com with ESMTPSA id w5sm2642950pgb.78.2019.11.26.10.43.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 26 Nov 2019 10:43:43 -0800 (PST) From: Gurchetan Singh To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/vram: remove unused definition Date: Tue, 26 Nov 2019 10:43:39 -0800 Message-Id: <20191126184339.337-1-gurchetansingh@chromium.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/pT2wJFLKID1h3HcgPf2KHbbcwubk2DWN3Ne5EOqdu0=; b=J2wb5QEklWkxxvBNA8Gh14fpm6LDTGyyApJLckFnpnWgjZ8Eh9CZuSfRC4Rx2k+6hG Mdn21XKnsevlW5tGthC2xszyD6RrT+ZkloyFyj+qiCz4VAMm6o8NzYTs+RvrF/xmOOIh cV99CPI0WSK4V8py1l/5vaZdcPkGOje/J0Ktk= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tzimmermann@suse.de, Gurchetan Singh Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Commit b0e40e ("vram: Have VRAM MM call GEM VRAM functions directly") removed this. Signed-off-by: Gurchetan Singh Reviewed-by: Thomas Zimmermann --- include/drm/drm_gem_vram_helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/drm/drm_gem_vram_helper.h b/include/drm/drm_gem_vram_helper.h index e040541a105f..08adaf3695ea 100644 --- a/include/drm/drm_gem_vram_helper.h +++ b/include/drm/drm_gem_vram_helper.h @@ -16,7 +16,6 @@ struct drm_mode_create_dumb; struct drm_plane; struct drm_plane_state; struct drm_simple_display_pipe; -struct drm_vram_mm_funcs; struct filp; struct vm_area_struct;