From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232AbcCBAnL (ORCPT ); Tue, 1 Mar 2016 19:43:11 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:43800 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756092AbcCAX4z convert rfc822-to-8bit (ORCPT ); Tue, 1 Mar 2016 18:56:55 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=abNiPFbWAJUuXRekBTqseIEyNkzqEori3YmB3TSb0nqiPrg/bHSXbMj66+qJ2sxpLM8zBG0vMw01 s5Yc+1bG5aXwbVrWp1cq1dv0dnAT3f6eaFJX5sZknrgzmHjwrY7LQnjycGOTqgJ6tQjt5GNDU7j+ iR+xT9NPVYsB24iKQpE=; From: Greg Kroah-Hartman Subject: [PATCH 4.4 186/342] drm/amdgpu: remove unnecessary forward declaration X-Mailer: git-send-email 2.7.2 To: Cc: Greg Kroah-Hartman , , =?utf-8?Q?Nicolai=20H=C3=A4hnle?= , Alex Deucher , =?utf-8?Q?Christian=20K=C3=B6nig?= Message-Id: <20160301234533.958575616@linuxfoundation.org> In-Reply-To: <20160301234527.990448862@linuxfoundation.org> References: <20160301234527.990448862@linuxfoundation.org> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.c6096017d04f41d2aa1ad3c3dbba53fa X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 23:54:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nicolai Hähnle commit b19763d0d867eb863953500a5c87f2fd663863b8 upstream. Signed-off-by: Nicolai Hähnle Reviewed-by: Alex Deucher Reviewed-by: Christian König Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -604,8 +604,6 @@ struct amdgpu_sa_manager { uint32_t align; }; -struct amdgpu_sa_bo; - /* sub-allocation buffer */ struct amdgpu_sa_bo { struct list_head olist;