From patchwork Mon Aug 20 13:54:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maarten Lankhorst X-Patchwork-Id: 1349381 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 1E45F3FC33 for ; Mon, 20 Aug 2012 14:37:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 21CCF9EF3E for ; Mon, 20 Aug 2012 07:37:28 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from kiwano.canonical.com (kiwano.canonical.com [91.189.89.52]) by gabe.freedesktop.org (Postfix) with ESMTP id B001F9E7E8 for ; Mon, 20 Aug 2012 07:36:24 -0700 (PDT) Received: from lillypilly.canonical.com ([91.189.89.62]) by kiwano.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1T3SQx-0002xJ-IG for ; Mon, 20 Aug 2012 13:54:23 +0000 Received: by lillypilly.canonical.com (Postfix, from userid 3489) id 38A6926C2804; Mon, 20 Aug 2012 13:54:23 +0000 (UTC) Subject: [PATCH 1/3] drm/ast: remove unused validate_sequence To: dri-devel@lists.freedesktop.org From: Maarten Lankhorst Date: Mon, 20 Aug 2012 15:54:21 +0200 Message-ID: <20120820135421.4351.38211.stgit@patser.local> User-Agent: StGit/0.15 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/ast/ast_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h index d4af9ed..20a437f 100644 --- a/drivers/gpu/drm/ast/ast_drv.h +++ b/drivers/gpu/drm/ast/ast_drv.h @@ -94,7 +94,6 @@ struct ast_private { struct drm_global_reference mem_global_ref; struct ttm_bo_global_ref bo_global_ref; struct ttm_bo_device bdev; - atomic_t validate_sequence; } ttm; struct drm_gem_object *cursor_cache;