From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Wed, 25 May 2011 17:02:37 +0000 Subject: [PATCH 0/4] printk: cleanups of direct includes Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org printk.h is a subfile of kernel.h, do not allow it to be included directly. Joe Perches (4): treewide: Remove direct includes of printk.h staging: Remove direct includes of printk.h printk: Don't allow direct inclusion treewide: Remove asmlinkage from printk arch/arm/kernel/early_printk.c | 2 +- arch/ia64/kvm/vmm.c | 2 +- arch/x86/kernel/early_printk.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 - drivers/staging/brcm80211/util/bcmutils.c | 1 - drivers/staging/usbip/usbip_common.h | 2 +- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- include/linux/printk.h | 10 +++++++--- kernel/printk.c | 6 +++--- kernel/sysctl.c | 3 +-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 1.7.4.rc3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [PATCH 0/4] printk: cleanups of direct includes Date: Wed, 25 May 2011 10:02:37 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Randy Dunlap , devel@driverdev.osuosl.org, linux-ia64@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , linux-arm-kernel@lists.infradead.org To: Geert Uytterhoeven , kvm-ia64@vger.kernel.org, kvm@vger.kernel.org, linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devel-bounces@linuxdriverproject.org Errors-To: devel-bounces@linuxdriverproject.org List-Id: linux-ext4.vger.kernel.org printk.h is a subfile of kernel.h, do not allow it to be included directly. Joe Perches (4): treewide: Remove direct includes of printk.h staging: Remove direct includes of printk.h printk: Don't allow direct inclusion treewide: Remove asmlinkage from printk arch/arm/kernel/early_printk.c | 2 +- arch/ia64/kvm/vmm.c | 2 +- arch/x86/kernel/early_printk.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 - drivers/staging/brcm80211/util/bcmutils.c | 1 - drivers/staging/usbip/usbip_common.h | 2 +- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- include/linux/printk.h | 10 +++++++--- kernel/printk.c | 6 +++--- kernel/sysctl.c | 3 +-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 1.7.4.rc3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Wed, 25 May 2011 17:02:37 +0000 Subject: [PATCH 0/4] printk: cleanups of direct includes Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven , kvm-ia64@vger.kernel.org, kvm@vger.kernel.org, linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net Cc: Andrew Morton , Randy Dunlap , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org printk.h is a subfile of kernel.h, do not allow it to be included directly. Joe Perches (4): treewide: Remove direct includes of printk.h staging: Remove direct includes of printk.h printk: Don't allow direct inclusion treewide: Remove asmlinkage from printk arch/arm/kernel/early_printk.c | 2 +- arch/ia64/kvm/vmm.c | 2 +- arch/x86/kernel/early_printk.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 - drivers/staging/brcm80211/util/bcmutils.c | 1 - drivers/staging/usbip/usbip_common.h | 2 +- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- include/linux/printk.h | 10 +++++++--- kernel/printk.c | 6 +++--- kernel/sysctl.c | 3 +-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 1.7.4.rc3 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.perches.com ([173.55.12.10]:2004 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756045Ab1EYRCo (ORCPT ); Wed, 25 May 2011 13:02:44 -0400 From: Joe Perches To: Geert Uytterhoeven , kvm-ia64@vger.kernel.org, kvm@vger.kernel.org, linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net Cc: Andrew Morton , Randy Dunlap , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCH 0/4] printk: cleanups of direct includes Date: Wed, 25 May 2011 10:02:37 -0700 Message-Id: (sfid-20110525_190447_860027_71FBB48B) In-Reply-To: References: Sender: linux-wireless-owner@vger.kernel.org List-ID: printk.h is a subfile of kernel.h, do not allow it to be included directly. Joe Perches (4): treewide: Remove direct includes of printk.h staging: Remove direct includes of printk.h printk: Don't allow direct inclusion treewide: Remove asmlinkage from printk arch/arm/kernel/early_printk.c | 2 +- arch/ia64/kvm/vmm.c | 2 +- arch/x86/kernel/early_printk.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 - drivers/staging/brcm80211/util/bcmutils.c | 1 - drivers/staging/usbip/usbip_common.h | 2 +- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- include/linux/printk.h | 10 +++++++--- kernel/printk.c | 6 +++--- kernel/sysctl.c | 3 +-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 1.7.4.rc3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Wed, 25 May 2011 10:02:37 -0700 Subject: [PATCH 0/4] printk: cleanups of direct includes In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org printk.h is a subfile of kernel.h, do not allow it to be included directly. Joe Perches (4): treewide: Remove direct includes of printk.h staging: Remove direct includes of printk.h printk: Don't allow direct inclusion treewide: Remove asmlinkage from printk arch/arm/kernel/early_printk.c | 2 +- arch/ia64/kvm/vmm.c | 2 +- arch/x86/kernel/early_printk.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 - drivers/staging/brcm80211/util/bcmutils.c | 1 - drivers/staging/usbip/usbip_common.h | 2 +- fs/ext4/inode.c | 1 - include/linux/oprofile.h | 2 +- include/linux/printk.h | 10 +++++++--- kernel/printk.c | 6 +++--- kernel/sysctl.c | 3 +-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 1.7.4.rc3