From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934938AbcLUXfH (ORCPT ); Wed, 21 Dec 2016 18:35:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56458 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830AbcLUXfD (ORCPT ); Wed, 21 Dec 2016 18:35:03 -0500 Subject: [PATCH 1/4] vfio-mdev: Remove an unused structure element From: Alex Williamson To: alex.williamson@redhat.com Cc: Kirti Wankhede , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Date: Wed, 21 Dec 2016 16:27:20 -0700 Message-ID: <20161221232720.6091.60209.stgit@gimli.home> In-Reply-To: <20161221232315.6091.30612.stgit@gimli.home> References: <20161221232315.6091.30612.stgit@gimli.home> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 21 Dec 2016 23:27:21 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alex Williamson Cc: Kirti Wankhede Signed-off-by: Alex Williamson --- include/linux/mdev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/mdev.h b/include/linux/mdev.h index ec819e9..c3dbf0e 100644 --- a/include/linux/mdev.h +++ b/include/linux/mdev.h @@ -35,7 +35,6 @@ struct mdev_device { /* internal */ struct kref ref; - struct list_head next; struct kobject *type_kobj; };