From patchwork Mon Jun 5 13:28:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 9766261 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D115760353 for ; Mon, 5 Jun 2017 13:48:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C50CD26E56 for ; Mon, 5 Jun 2017 13:48:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B863927F86; Mon, 5 Jun 2017 13:48:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5B88A26E56 for ; Mon, 5 Jun 2017 13:48:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5031189C25; Mon, 5 Jun 2017 13:48:04 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org X-Greylist: delayed 1158 seconds by postgrey-1.35 at gabe; Mon, 05 Jun 2017 13:48:03 UTC Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by gabe.freedesktop.org (Postfix) with ESMTPS id 355B789C33 for ; Mon, 5 Jun 2017 13:48:03 +0000 (UTC) Received: from e110455-lin.cambridge.arm.com (e110455-lin.cambridge.arm.com [10.2.131.9]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id v55DSe8U023558; Mon, 5 Jun 2017 14:28:40 +0100 From: Liviu Dudau To: Petri Latvala Date: Mon, 5 Jun 2017 14:28:39 +0100 Message-Id: <20170605132840.9125-4-liviu.dudau@arm.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170605132840.9125-1-liviu.dudau@arm.com> References: <20170605132840.9125-1-liviu.dudau@arm.com> Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] [PATCH 3/4] lib/igt_debugfs: Remove igt_debugfs_t X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP From: Brian Starkey It's not used anymore, so remove it. Signed-off-by: Brian Starkey Reviewed-by: Arkadiusz Hiler --- lib/igt_debugfs.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c index 7584be5f..f5ed3daf 100644 --- a/lib/igt_debugfs.c +++ b/lib/igt_debugfs.c @@ -84,11 +84,6 @@ * General debugfs helpers */ -typedef struct { - char root[128]; - char dri_path[128]; -} igt_debugfs_t; - static bool is_mountpoint(const char *path) { char buf[strlen(path) + 4];