Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932314Ab1FVSHw (ORCPT ); Wed, 22 Jun 2011 14:07:52 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:47460 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758369Ab1FVSHv (ORCPT ); Wed, 22 Jun 2011 14:07:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=sW7W8gld+zq2ZBIhqqiktzBY28A5QRHkt8XsvnOJiKl7Xk9gApqL89wcaSG5KqxTkF LXl/rPMiVhJWtLpaFtuEpcjsRvJRkTjxaJ96zBV6MDSLzS8Erw+sZ+UOiLcRv4HedtDp cc5Gdmh6fpoRncX/4JJx/h8Ehe2DBj+qeWsy8= Subject: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer From: Vitaliy Ivanov To: "David S. Miller" , Inaky Perez-Gonzalez , Johannes Berg Cc: netdev@vger.kernel.org, LKML , Alan Jenkins , Henrique de Moraes Holschuh , "John W. Linville" Content-Type: text/plain; charset="UTF-8" Date: Wed, 22 Jun 2011 21:06:44 +0300 Message-ID: <1308766004.13761.32.camel@vivanov> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1271 Lines: 46 David, Please apply. I added here all the peoples who took part in 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5 commit for any comments. Also performed all yes/no/mod config builds w/ no issues. >From b93ca8947e85e4ff7e9f314675d4770b90b77548 Mon Sep 17 00:00:00 2001 From: Vitaliy Ivanov Date: Wed, 22 Jun 2011 20:57:49 +0300 Subject: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer Seems like this was not cleaned during the 'rfkill: rewrite' checkin 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5. Signed-off-by: Vitaliy Ivanov --- include/net/wimax.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/net/wimax.h b/include/net/wimax.h index 7328d50..322ff4f 100644 --- a/include/net/wimax.h +++ b/include/net/wimax.h @@ -423,7 +423,6 @@ struct wimax_dev { int (*op_reset)(struct wimax_dev *wimax_dev); struct rfkill *rfkill; - struct input_dev *rfkill_input; unsigned rf_hw; unsigned rf_sw; char name[32]; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/