From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maarten Lankhorst Subject: [PATCH 2/3] drm/cirrus: Remove unused validate_sequence Date: Mon, 20 Aug 2012 15:54:28 +0200 Message-ID: <20120820135428.4351.39571.stgit@patser.local> References: <20120820135421.4351.38211.stgit@patser.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from kiwano.canonical.com (kiwano.canonical.com [91.189.89.52]) by gabe.freedesktop.org (Postfix) with ESMTP id 2C1C39E7E8 for ; Mon, 20 Aug 2012 07:34:11 -0700 (PDT) Received: from lillypilly.canonical.com ([91.189.89.62]) by kiwano.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1T3SR3-0002xa-7t for ; Mon, 20 Aug 2012 13:54:29 +0000 In-Reply-To: <20120820135421.4351.38211.stgit@patser.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/cirrus/cirrus_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index 64ea597..5d04564 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h @@ -143,7 +143,6 @@ struct cirrus_device { 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; bool mm_inited; };