From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: [PATCH 0/3] SysRq: do not pass tty argument around Date: Wed, 04 Aug 2010 00:58:55 -0700 Message-ID: <20100804075602.30647.91462.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:60589 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512Ab0HDH67 (ORCPT ); Wed, 4 Aug 2010 03:58:59 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , David Airlie , David Miller , Fenghua Yu , Greg Kroah-Hartman , Jason Wessel , Martin Schwidefsky , Russell King , Tony Luck Hi, The following 3 patches get rid of 'tty' argument in SysRq handlers as nobody is using it. If noone objects I'd like to get it merged through my tree. Thanks! -- Dmitry