From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [PATCH 0/3] kernel.h: move logging functions to separate file Date: Thu, 10 Sep 2009 20:29:39 -0700 Message-ID: Return-path: Received: from mail.perches.com ([173.55.12.10]:1087 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817AbZIKD3k (ORCPT ); Thu, 10 Sep 2009 23:29:40 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Cc: Ingo Molnar , Greg Kroah-Hartman , Andrew Morton , Steven Rostedt , Peter Zijlstra kernel.h has gotten cluttered. Unclutter it and make it kernel style compatible. Joe Perches (3): include/linux/logging.h: Separate logging functions out of kernel.h include/linux/logging.h: Reduce data usage of printk_once include/linux/kernel.h: neaten and group functions and definitions include/linux/kernel.h | 754 ++++++++++++++++------------------------------- include/linux/logging.h | 313 ++++++++++++++++++++ 2 files changed, 573 insertions(+), 494 deletions(-) create mode 100644 include/linux/logging.h