Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751793AbbK1Ciq (ORCPT ); Fri, 27 Nov 2015 21:38:46 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:34425 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbbK1Cil (ORCPT ); Fri, 27 Nov 2015 21:38:41 -0500 From: Peter Hurley To: Greg Kroah-Hartman Cc: Jiri Slaby , linux-kernel@vger.kernel.org, Peter Hurley Subject: [PATCH 0/6] Date: Fri, 27 Nov 2015 21:38:31 -0500 Message-Id: <1448678317-9093-1-git-send-email-peter@hurleysoftware.com> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1116 Lines: 32 Hi Greg, This patch series is part of the ongoing effort to cleanup and reduce the kernel tty interface; specifically removing undefined function declarations, unused macros, encapsulating global data, undefining unused exports, limiting functions and data to file scope, etc. Regards, Peter Hurley (6): tty: Unexport system-wide tty_mutex tty: Eliminate global symbol tty_ldisc_N_TTY tty: Remove declarations to non-existent functions tty: Move tty_check_change() helper tty: Remove unreferenced tty flags macro TTY_DEBUG tty: Make tty_files_lock per-tty drivers/tty/n_tty.c | 18 ++++++++---------- drivers/tty/tty_io.c | 37 ++++++++++++++++++++----------------- drivers/tty/tty_ldisc.c | 6 ------ include/linux/tty.h | 10 ++-------- security/selinux/hooks.c | 4 ++-- 5 files changed, 32 insertions(+), 43 deletions(-) -- 2.6.3 -- 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/