diff mbox

[3/4] lib/igt_debugfs: Remove igt_debugfs_t

Message ID 20170605132840.9125-4-liviu.dudau@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Liviu Dudau June 5, 2017, 1:28 p.m. UTC
From: Brian Starkey <brian.starkey@arm.com>

It's not used anymore, so remove it.

Signed-off-by: Brian Starkey <brian.starkey@arm.com>
---
 lib/igt_debugfs.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Arkadiusz Hiler June 6, 2017, 10:37 a.m. UTC | #1
On Mon, Jun 05, 2017 at 02:28:39PM +0100, Liviu Dudau wrote:
> From: Brian Starkey <brian.starkey@arm.com>
> 
> It's not used anymore, so remove it.
> 
> Signed-off-by: Brian Starkey <brian.starkey@arm.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
diff mbox

Patch

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];